mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Fix imports in QualityManager
This commit is contained in:
parent
3b70e5eb6b
commit
7ae6800a14
3 changed files with 5 additions and 10 deletions
|
|
@ -681,7 +681,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
Logger.log("i", "Initializing quality manager")
|
||||
from cura.Machines.QualityManager import QualityManager
|
||||
self._quality_manager = QualityManager(container_registry, parent = self)
|
||||
self._quality_manager = QualityManager(self, parent = self)
|
||||
self._quality_manager.initialize()
|
||||
|
||||
Logger.log("i", "Initializing machine manager")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue