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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
63 @pyqtSlot(str) 63 @pyqtSlot(str)
64 def on_patchFilePicker_textChanged(self, txt): 64 def on_patchFilePicker_textChanged(self, txt):
65 """ 65 """
66 Private slot to react on changes of the patch file edit. 66 Private slot to react on changes of the patch file edit.
67 67
68 @param txt contents of the line edit (string) 68 @param txt contents of the line edit
69 @type str
69 """ 70 """
70 self.__updateOK() 71 self.__updateOK()
71 72
72 def getParameters(self): 73 def getParameters(self):
73 """ 74 """

eric ide

mercurial