src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
74 ) 74 )
75 ) 75 )
76 ) 76 )
77 77
78 @pyqtSlot(str) 78 @pyqtSlot(str)
79 def on_tag1Combo_editTextChanged(self, text): 79 def on_tag1Combo_editTextChanged(self, _text):
80 """ 80 """
81 Private slot to handle the tag1Combo editTextChanged signal. 81 Private slot to handle the tag1Combo editTextChanged signal.
82 82
83 @param text text of the combo 83 @param _text text of the combo (unused)
84 @type str 84 @type str
85 """ 85 """
86 self.__enableOkButton() 86 self.__enableOkButton()
87 87
88 @pyqtSlot(str) 88 @pyqtSlot(str)
89 def on_tag2Combo_editTextChanged(self, text): 89 def on_tag2Combo_editTextChanged(self, _text):
90 """ 90 """
91 Private slot to handle the tag2Combo editTextChanged signal. 91 Private slot to handle the tag2Combo editTextChanged signal.
92 92
93 @param text text of the combo 93 @param _text text of the combo (unused)
94 @type str 94 @type str
95 """ 95 """
96 self.__enableOkButton() 96 self.__enableOkButton()
97 97
98 def getParameters(self): 98 def getParameters(self):

eric ide

mercurial