mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08:00
CURA-3470 Return list instead of set for QVariantList
This commit is contained in:
parent
3047ff26f1
commit
ba79f44783
@ -105,7 +105,7 @@ class MachineActionManager(QObject):
|
||||
if definition_id in self._supported_actions:
|
||||
return list(self._supported_actions[definition_id])
|
||||
else:
|
||||
return set()
|
||||
return list()
|
||||
|
||||
## Get all actions required by given machine
|
||||
# \param definition_id The ID of the definition you want the required actions of
|
||||
|
Loading…
x
Reference in New Issue
Block a user