Plugins/VcsPlugins/vcsSubversion/SvnDialog.py

changeset 169
a03768260179
parent 13
1af94a91f439
child 464
a2b1d1770ef0
child 792
a13346916170
equal deleted inserted replaced
168:3383117f894b 169:a03768260179
234 QDialog.keyPressEvent(self, evt) 234 QDialog.keyPressEvent(self, evt)
235 235
236 def hasAddOrDelete(self): 236 def hasAddOrDelete(self):
237 """ 237 """
238 Public method to check, if the last action contained an add or delete. 238 Public method to check, if the last action contained an add or delete.
239
240 @return flag indicating the presence of an add or delete (boolean)
239 """ 241 """
240 return self.__hasAddOrDelete 242 return self.__hasAddOrDelete

eric ide

mercurial