--- 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)