VCS/RepositoryInfoDialog.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- a/VCS/RepositoryInfoDialog.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/VCS/RepositoryInfoDialog.py	Sun Sep 29 18:22:08 2013 +0200
@@ -17,6 +17,12 @@
     Class implemting a dialog to show repository information.
     """
     def __init__(self, parent, info):
+        """
+        Constructor
+        
+        @param parent reference to the parent widget (QWidget)
+        @param info info data to show (string)
+        """
         super().__init__(parent)
         self.setupUi(self)
         self.infoBrowser.setHtml(info)

eric ide

mercurial