src/eric7/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
51 Private slot to react upon changes of revisions. 51 Private slot to react upon changes of revisions.
52 """ 52 """
53 self.__updateOk() 53 self.__updateOk()
54 54
55 @pyqtSlot(int) 55 @pyqtSlot(int)
56 def on_phaseCombo_activated(self, index): 56 def on_phaseCombo_activated(self, _index):
57 """ 57 """
58 Private slot to react upon changes of the phase. 58 Private slot to react upon changes of the phase.
59 59
60 @param index index of the selected entry 60 @param _index index of the selected entry (unused)
61 @type int 61 @type int
62 """ 62 """
63 self.__updateOk() 63 self.__updateOk()
64 64
65 def getData(self): 65 def getData(self):

eric ide

mercurial