From 1db1a3bb1ef4522911041eb2bffa94437aa602f9 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Tue, 22 Oct 2024 12:37:45 +0200 Subject: [PATCH] Doc: let QIcon::State doc order match the enum order Fixes: QTBUG-130002 Change-Id: Ia053846a51d2edc6e6bcf3d9cf8ecb401a6eb290 Reviewed-by: Christian Ehrlicher --- src/gui/image/qicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/image/qicon.cpp b/src/gui/image/qicon.cpp index 0220b05d959..31e6ddaaba1 100644 --- a/src/gui/image/qicon.cpp +++ b/src/gui/image/qicon.cpp @@ -93,8 +93,8 @@ private: This enum describes the state for which a pixmap is intended to be used. The \e state can be: - \value Off Display the pixmap when the widget is in an "off" state \value On Display the pixmap when the widget is in an "on" state + \value Off Display the pixmap when the widget is in an "off" state */ static int nextSerialNumCounter()