diff options
author | Eirik Aavitsland <[email protected]> | 2024-10-22 12:37:45 +0200 |
---|---|---|
committer | Eirik Aavitsland <[email protected]> | 2024-10-25 18:18:44 +0200 |
commit | 1db1a3bb1ef4522911041eb2bffa94437aa602f9 (patch) | |
tree | 1b3eca9b644f086eb3c6022bb435423e57089046 | |
parent | 7ee06113cdded26f5c7937eae163ef0405b7f7d2 (diff) |
Doc: let QIcon::State doc order match the enum order
Fixes: QTBUG-130002
Change-Id: Ia053846a51d2edc6e6bcf3d9cf8ecb401a6eb290
Reviewed-by: Christian Ehrlicher <[email protected]>
-rw-r--r-- | src/gui/image/qicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() |