Fix exception when loading an object

CURA-1619
This commit is contained in:
fieldOfView 2016-06-02 17:44:06 +02:00
parent 184247ced6
commit 0dec0aafcf
2 changed files with 5 additions and 2 deletions

View file

@ -52,6 +52,7 @@ class PrintInformation(QObject):
self._job_name = ""
Application.getInstance().globalContainerStackChanged.connect(self._onGlobalStackChanged)
Application.getInstance().fileLoaded.connect(self.setJobName)
currentPrintTimeChanged = pyqtSignal()