mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
a72180ebf2
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ class CuraApplication(QtApplication):
|
||||||
# Handle Qt events
|
# Handle Qt events
|
||||||
def event(self, event):
|
def event(self, event):
|
||||||
if event.type() == QEvent.FileOpen:
|
if event.type() == QEvent.FileOpen:
|
||||||
|
Logger.log("i", "File open via Qt event: %s", event.file())
|
||||||
self._openFile(event.file())
|
self._openFile(event.file())
|
||||||
|
|
||||||
return super().event(event)
|
return super().event(event)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue