--- a/eric6/IconEditor/IconEditorWindow.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/IconEditor/IconEditorWindow.py Sat Dec 19 15:22:26 2020 +0100 @@ -47,11 +47,11 @@ @param fileName name of a file to load on startup (string) @param parent parent widget of this window (QWidget) - @keyparam fromEric flag indicating whether it was called from within + @param fromEric flag indicating whether it was called from within eric6 (boolean) - @keyparam initShortcutsOnly flag indicating to just initialize the + @param initShortcutsOnly flag indicating to just initialize the keyboard shortcuts (boolean) - @keyparam project reference to the project object (Project) + @param project reference to the project object (Project) """ super(IconEditorWindow, self).__init__(parent) self.setObjectName("eric6_icon_editor")