Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-12-13 18:32:27 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-13 18:32:49 +0300
commit3f3cd5e33443ebe1f01671f5c08e3397c85fd962 (patch)
tree5f2fb08d03c35076b485cad271bc475de8a226c8 /cura/Stages
parent70e60e53131c58646c8bd62eac8b0b53166e203e (diff)
Remove broken load of PrepareSidebar.qml
This file no longer exists. Loading it gives a warning.
Diffstat (limited to 'cura/Stages')
-rw-r--r--cura/Stages/CuraStage.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cura/Stages/CuraStage.py b/cura/Stages/CuraStage.py
index e8537fb6b9..844b0d0768 100644
--- a/cura/Stages/CuraStage.py
+++ b/cura/Stages/CuraStage.py
@@ -25,9 +25,5 @@ class CuraStage(Stage):
return self.getDisplayComponent("main")
@pyqtProperty(QUrl, constant = True)
- def sidebarComponent(self) -> QUrl:
- return self.getDisplayComponent("sidebar")
-
- @pyqtProperty(QUrl, constant = True)
def stageMenuComponent(self) -> QUrl:
return self.getDisplayComponent("menu") \ No newline at end of file