Skip to content

Commit

Permalink
Merge branch 'czalaviek-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Feb 1, 2016
2 parents 779b33d + 37134b4 commit aa1d036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changeDataSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ def connectSignals(self):
self.changeDSActionRaster.triggered.connect(self.changeLayerDS)
self.dlg.replaceButton.clicked.connect(self.replaceDS)
self.dlg.layerTable.verticalHeader().sectionClicked.connect(self.activateSelection)
self.dlg.buttonBox.clicked.connect(self.buttonBoxHub)
self.dlg.connect(self.dlg.buttonBox.button(QDialogButtonBox.Reset), SIGNAL("clicked()"), lambda: self.buttonBoxHub("Reset"))
self.dlg.connect(self.dlg.buttonBox.button(QDialogButtonBox.Apply), SIGNAL("clicked()"), lambda: self.buttonBoxHub("Apply"))
self.dlg.connect(self.dlg.buttonBox.button(QDialogButtonBox.Cancel), SIGNAL("clicked()"), lambda: self.buttonBoxHub("Cancel"))
self.dlg.reconcileButton.clicked.connect(self.reconcileUnhandled)
self.dlg.closedDialog.connect(self.removeServiceLayers)
self.dlg.handleBadLayersCheckbox.stateChanged.connect(self.handleBadLayerOption)
Expand Down

0 comments on commit aa1d036

Please sign in to comment.