mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix recent files python function calls
This commit is contained in:
parent
55fe4ee986
commit
11d0462c7a
3 changed files with 3 additions and 36 deletions
|
@ -1601,6 +1601,7 @@ class CuraApplication(QtApplication):
|
|||
openProjectFile = pyqtSignal(QUrl, arguments = ["project_file"]) # Emitted when a project file is about to open.
|
||||
|
||||
@pyqtSlot(QUrl, str)
|
||||
@pyqtSlot(QUrl)
|
||||
## Open a local file
|
||||
# \param project_mode How to handle project files. Either None(default): Follow user preference, "open_as_model" or
|
||||
# "open_as_project". This parameter is only considered if the file is a project file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue