[rename] functions renamed

This commit is contained in:
2017-08-07 16:41:50 +02:00
parent 014152e30e
commit 2fa9a60023
2 changed files with 30 additions and 30 deletions

View File

@@ -2149,7 +2149,7 @@ class TuneAutopicker(QWidget):
pickDlg.update_picks.connect(self.fill_eventbox)
pickDlg.update_picks.connect(self.fill_stationbox)
pickDlg.update_picks.connect(lambda: self.parent.setDirty(True))
pickDlg.update_picks.connect(self.parent.enableSaveManualPicksAction)
pickDlg.update_picks.connect(self.parent.enableSaveEventAction)
self.pickDlg = QtGui.QWidget()
hl = QtGui.QHBoxLayout()
self.pickDlg.setLayout(hl)