mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
34483b4b34
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class CuraPackageManager(QObject):
|
|||
def __init__(self, parent = None):
|
||||
super().__init__(parent)
|
||||
|
||||
self._application = parent
|
||||
self._application = Application.getInstance()
|
||||
self._container_registry = self._application.getContainerRegistry()
|
||||
self._plugin_registry = self._application.getPluginRegistry()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue