We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac84326 commit b34ee28Copy full SHA for b34ee28
python/plugins/processing/gui/ProcessingToolbox.py
@@ -85,6 +85,10 @@ def openSettings(url):
85
86
self.fillTree()
87
88
+ # connect to existing providers
89
+ for p in QgsApplication.processingRegistry().providers():
90
+ p.algorithmsLoaded.connect(self.updateProvider)
91
+
92
QgsApplication.processingRegistry().providerRemoved.connect(self.removeProvider)
93
QgsApplication.processingRegistry().providerAdded.connect(self.addProvider)
94
settingsWatcher.settingsChanged.connect(self.fillTree)
0 commit comments