diff -r 9ad323eba07c -r c4cc4b71cc1d src/eric7/IconEditor/IconEditorWindow.py --- a/src/eric7/IconEditor/IconEditorWindow.py Mon Jan 16 09:53:21 2023 +0100 +++ b/src/eric7/IconEditor/IconEditorWindow.py Wed Jan 18 14:29:57 2023 +0100 @@ -1500,7 +1500,8 @@ """ Protected method handling gesture events. - @param evt reference to the gesture event (QGestureEvent + @param evt reference to the gesture event + @type QGestureEvent """ pinch = evt.gesture(Qt.GestureType.PinchGesture) if pinch: