eric6/E5Gui/E5ProgressDialog.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
--- a/eric6/E5Gui/E5ProgressDialog.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/E5Gui/E5ProgressDialog.py	Sat Dec 19 15:22:26 2020 +0100
@@ -25,9 +25,9 @@
         @param cancelButtonText text of the cancel button (string)
         @param minimum minimum value (integer)
         @param maximum maximum value (integer)
-        @keyparam labelFormat label format of the progress bar (string)
-        @keyparam parent reference to the parent widget (QWidget)
-        @keyparam flags window flags of the dialog (Qt.WindowFlags)
+        @param labelFormat label format of the progress bar (string)
+        @param parent reference to the parent widget (QWidget)
+        @param flags window flags of the dialog (Qt.WindowFlags)
         """
         if flags is None:
             flags = Qt.WindowFlags()

eric ide

mercurial