eric6/IconEditor/IconEditorGrid.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
diff -r 866adc8c315b -r 0acf98cd089a eric6/IconEditor/IconEditorGrid.py
--- a/eric6/IconEditor/IconEditorGrid.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/IconEditor/IconEditorGrid.py	Mon Feb 01 10:38:16 2021 +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