mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] fixes after rebasing
This commit is contained in:
parent
15a185dab0
commit
567ebb9dd0
@ -38,7 +38,6 @@ from qgis.core import (QgsApplication,
|
||||
|
||||
from processing.core.ProcessingConfig import ProcessingConfig, Setting
|
||||
|
||||
#from processing.gui.GetScriptsAndModels import GetModelsAction
|
||||
from processing.gui.ProviderActions import (ProviderActions,
|
||||
ProviderContextMenuActions)
|
||||
|
||||
@ -57,9 +56,6 @@ class ModelerAlgorithmProvider(QgsProcessingProvider):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.actions = [CreateNewModelAction(), AddModelFromFileAction()]
|
||||
AddModelFromFileAction(),
|
||||
#GetModelsAction()
|
||||
]
|
||||
self.contextMenuActions = [EditModelAction(), DeleteModelAction()]
|
||||
self.algs = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user