Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py

changeset 2965
d133c7edd88a
parent 2963
745d38097b7f
child 3024
17c01303a239
child 3057
10516539f238
diff -r 84b65fb9e780 -r d133c7edd88a Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py
--- a/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py	Sun Sep 29 18:22:08 2013 +0200
@@ -24,7 +24,7 @@
         @param username username as supplied by subversion (string)
         @param may_save flag indicating, that subversion is willing to save
             the answers returned (boolean)
-        qparam parent reference to the parent widget (QWidget)
+        @param parent reference to the parent widget (QWidget)
         """
         super().__init__(parent)
         self.setupUi(self)

eric ide

mercurial