mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fixed broken signal when file was loaded
This commit is contained in:
parent
3d47e3528a
commit
171adde6be
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class CuraApplication(QtApplication):
|
|||
def _onActiveMachineChanged(self):
|
||||
pass
|
||||
|
||||
fileLoaded = pyqtSignal()
|
||||
fileLoaded = pyqtSignal(str)
|
||||
|
||||
def _onFileLoaded(self, job):
|
||||
node = job.getResult()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue