--- a/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py Sat Feb 01 16:03:01 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py Sat Feb 01 16:29:24 2014 +0100 @@ -39,6 +39,8 @@ """ Private slot to switch the default password visibility of the default password. + + @param checked state of the push button (boolean) """ if checked: self.defaultPasswordEdit.setEchoMode(QLineEdit.Normal) @@ -50,6 +52,8 @@ """ Private slot to switch the default password visibility of the default push password. + + @param checked state of the push button (boolean) """ if checked: self.defaultPushPasswordEdit.setEchoMode(QLineEdit.Normal)