eric6/IconEditor/IconEditorGrid.py

changeset 7900
72b88fb20261
parent 7833
4bc2413f6123
child 7923
91e843545d9a
--- a/eric6/IconEditor/IconEditorGrid.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/IconEditor/IconEditorGrid.py	Sat Dec 19 15:22:26 2020 +0100
@@ -328,8 +328,8 @@
         Public method to set a new icon image.
         
         @param newImage reference to the new image (QImage)
-        @keyparam undoRedo flag indicating an undo or redo operation (boolean)
-        @keyparam clearUndo flag indicating to clear the undo stack (boolean)
+        @param undoRedo flag indicating an undo or redo operation (boolean)
+        @param clearUndo flag indicating to clear the undo stack (boolean)
         """
         if newImage != self.__image:
             self.__image = newImage.convertToFormat(QImage.Format_ARGB32)

eric ide

mercurial