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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
83 @pyqtSlot(str) 83 @pyqtSlot(str)
84 def on_userEdit_textChanged(self, txt): 84 def on_userEdit_textChanged(self, txt):
85 """ 85 """
86 Private slot to handle changes of the user name. 86 Private slot to handle changes of the user name.
87 87
88 @param txt text of the edit (string) 88 @param txt text of the edit
89 @type str
89 """ 90 """
90 self.__updateOk() 91 self.__updateOk()
91 92
92 def getData(self): 93 def getData(self):
93 """ 94 """

eric ide

mercurial