PluginManager/PluginInstallDialog.py

changeset 2960
9453efa25fd5
parent 2889
3737e9f17f44
child 2992
dbdf27746da5
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

eric ide

mercurial