diff -r 86ad8854361b -r 9453efa25fd5 PluginManager/PluginRepositoryDialog.py --- 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()