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 738faa1 commit 0840fb3Copy full SHA for 0840fb3
python/plugins/GdalTools/tools/doContour.py
@@ -32,8 +32,7 @@ def __init__(self, iface):
32
self.connect(self.selectInputFileButton, SIGNAL("clicked()"), self.fillInputFileEdit)
33
self.connect(self.selectOutputDirButton, SIGNAL("clicked()"), self.fillOutputDirEdit)
34
35
- # fill layers combo
36
- self.connect(Utils.LayerRegistry.instance(), SIGNAL("layersChanged"), self.fillInputLayerCombo)
+ def onLayersChanged(self):
37
self.fillInputLayerCombo()
38
39
def fillInputLayerCombo( self ):
0 commit comments