--- a/eric6/E5Gui/E5ProgressDialog.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/E5Gui/E5ProgressDialog.py Mon Feb 01 10:38:16 2021 +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()