mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-4870 Add call to the QObject constructor
This commit is contained in:
parent
1ee5b44187
commit
b8ad0959a7
2 changed files with 7 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ class ConfigurationModel(QObject):
|
|||
configurationChanged = pyqtSignal()
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._printer_type = None
|
||||
self._extruder_configurations = []
|
||||
self._buildplate_configuration = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue