diff -r 86ad8854361b -r 9453efa25fd5 PluginManager/PluginInstallDialog.py --- a/PluginManager/PluginInstallDialog.py Sun Sep 29 12:04:35 2013 +0200 +++ b/PluginManager/PluginInstallDialog.py Sun Sep 29 14:12:38 2013 +0200 @@ -188,6 +188,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.__backButton: self.__currentIndex -= 1