CURA-4870 Add call to the QObject constructor

This commit is contained in:
Diego Prado Gesto 2018-03-05 09:41:22 +01:00
parent 1ee5b44187
commit b8ad0959a7
2 changed files with 7 additions and 6 deletions

View file

@ -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