We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf70e0 commit 1c3bac6Copy full SHA for 1c3bac6
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