mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
Removed getBackend from Cura (and onto Uranium)
This commit is contained in:
parent
0c6d0a0abb
commit
891aebc366
@ -694,13 +694,6 @@ class CuraApplication(QtApplication):
|
||||
|
||||
qmlRegisterType(QUrl.fromLocalFile(path), "Cura", 1, 0, type_name)
|
||||
|
||||
## Get the backend of the application (the program that does the heavy lifting).
|
||||
# The backend is also a QObject, which can be used from qml.
|
||||
# \returns Backend \type{Backend}
|
||||
@pyqtSlot(result = "QObject*")
|
||||
def getBackend(self):
|
||||
return self._backend
|
||||
|
||||
def onSelectionChanged(self):
|
||||
if Selection.hasSelection():
|
||||
if self.getController().getActiveTool():
|
||||
|
Loading…
x
Reference in New Issue
Block a user