Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
15 15
16 class SvnRevisionSelectionDialog(QDialog, Ui_SvnRevisionSelectionDialog): 16 class SvnRevisionSelectionDialog(QDialog, Ui_SvnRevisionSelectionDialog):
17 """ 17 """
18 Class implementing a dialog to enter the revisions for the svn diff command. 18 Class implementing a dialog to enter the revisions for the svn diff command.
19 """ 19 """
20 def __init__(self,parent = None): 20 def __init__(self, parent=None):
21 """ 21 """
22 Constructor 22 Constructor
23 23
24 @param parent parent widget of the dialog (QWidget) 24 @param parent parent widget of the dialog (QWidget)
25 """ 25 """

eric ide

mercurial