eric6/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py

changeset 8151
8c1445825e7b
parent 8143
2c730d5fd177
child 8218
7c09585bd960
equal deleted inserted replaced
8150:fc1ae39af8c9 8151:8c1445825e7b
48 """ 48 """
49 Private slot to react upon changes of revisions. 49 Private slot to react upon changes of revisions.
50 """ 50 """
51 self.__updateOk() 51 self.__updateOk()
52 52
53 @pyqtSlot(str) 53 @pyqtSlot(int)
54 def on_phaseCombo_activated(self, txt): 54 def on_phaseCombo_activated(self, index):
55 """ 55 """
56 Private slot to react upon changes of the phase. 56 Private slot to react upon changes of the phase.
57 57
58 @param txt activated entry (string) 58 @param index index of the selected entry
59 @type int
59 """ 60 """
60 self.__updateOk() 61 self.__updateOk()
61 62
62 def getData(self): 63 def getData(self):
63 """ 64 """

eric ide

mercurial