mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added missing decorator
CURA-1385
This commit is contained in:
parent
d499d59d97
commit
35a8e7ca94
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class MachineActionManager(QObject):
|
||||||
# action multiple times).
|
# action multiple times).
|
||||||
# \param definition_id The ID of the definition that you want to get the "on added" actions for.
|
# \param definition_id The ID of the definition that you want to get the "on added" actions for.
|
||||||
# \returns List of actions.
|
# \returns List of actions.
|
||||||
|
@pyqtSlot(str, result="QVariantList")
|
||||||
def getFirstStartActions(self, definition_id):
|
def getFirstStartActions(self, definition_id):
|
||||||
if definition_id in self._first_start_actions:
|
if definition_id in self._first_start_actions:
|
||||||
return self._first_start_actions[definition_id]
|
return self._first_start_actions[definition_id]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue