mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
GdalTools: In widgetBatchBase runItem method, refreshArgs is not a SIGNAL
The commit 9db908ccbc2257d466c0593738944a08cea8a8bc GdalTools: new style signals generates a regression In the widgetBatchBase runItem method, refreshArgs is not a SIGNAL
This commit is contained in:
parent
59a3bc2ca7
commit
30b6e7e615
@ -104,7 +104,7 @@ class GdalToolsBaseBatchWidget(BasePluginWidget):
|
||||
outFile = self.outFiles[index]
|
||||
|
||||
args = self.getBatchArguments(self.inFiles[index], outFile)
|
||||
self.base.refreshArgs.emit(args)
|
||||
self.base.refreshArgs(args)
|
||||
BasePluginWidget.onRun(self)
|
||||
|
||||
def onFinished(self, exitCode, status):
|
||||
|
Loading…
x
Reference in New Issue
Block a user