mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] moved initialization to initGui() method
This commit is contained in:
parent
1cd0c43f4f
commit
fc4fd613b5
@ -49,9 +49,10 @@ class ProcessingPlugin:
|
||||
|
||||
def __init__(self, iface):
|
||||
self.iface = iface
|
||||
Processing.initialize()
|
||||
|
||||
def initGui(self):
|
||||
Processing.initialize()
|
||||
|
||||
self.commander = None
|
||||
self.toolbox = ProcessingToolbox()
|
||||
self.iface.addDockWidget(Qt.RightDockWidgetArea, self.toolbox)
|
||||
|
Loading…
x
Reference in New Issue
Block a user