Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py

changeset 2962
d6c9d1ca2da4
parent 2302
f29e9405c851
child 3008
7848489bcb92
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
50 50
51 @pyqtSlot(str) 51 @pyqtSlot(str)
52 def on_phaseCombo_activated(self, txt): 52 def on_phaseCombo_activated(self, txt):
53 """ 53 """
54 Private slot to react upon changes of the phase. 54 Private slot to react upon changes of the phase.
55
56 @param txt activated entry (string)
55 """ 57 """
56 self.__updateOk() 58 self.__updateOk()
57 59
58 def getData(self): 60 def getData(self):
59 """ 61 """

eric ide

mercurial