Move all of Cura's QML files into a qml subdir

This commit is contained in:
Arjen Hiemstra 2015-03-25 11:23:10 +01:00
parent cfe29a7b51
commit 4a8f6beb26
10 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ class PrinterApplication(QtApplication):
self.showSplashMessage('Loading interface...') self.showSplashMessage('Loading interface...')
self.setMainQml(os.path.dirname(__file__) + "/Printer.qml") self.setMainQml(os.path.dirname(__file__) + "/qml/Printer.qml")
self.initializeEngine() self.initializeEngine()
self.getStorageDevice('LocalFileStorage').removableDrivesChanged.connect(self._removableDrivesChanged) self.getStorageDevice('LocalFileStorage').removableDrivesChanged.connect(self._removableDrivesChanged)