PluginManager/PluginRepositoryDialog.py

changeset 2960
9453efa25fd5
parent 2824
858412c29c34
child 2992
dbdf27746da5
--- a/PluginManager/PluginRepositoryDialog.py	Sun Sep 29 12:04:35 2013 +0200
+++ b/PluginManager/PluginRepositoryDialog.py	Sun Sep 29 14:12:38 2013 +0200
@@ -56,6 +56,8 @@
         Constructor
         
         @param parent parent of this dialog (QWidget)
+        @param external flag indicating an instatiation as a main
+            window (boolean)
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -109,6 +111,8 @@
     def on_buttonBox_clicked(self, button):
         """
         Private slot to handle the click of a button of the button box.
+        
+        @param button reference to the button pressed (QAbstractButton)
         """
         if button == self.__updateButton:
             self.__updateList()

eric ide

mercurial