Doc: let QIcon::State doc order match the enum order

Fixes: QTBUG-130002
Change-Id: Ia053846a51d2edc6e6bcf3d9cf8ecb401a6eb290
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
This commit is contained in:
Eirik Aavitsland 2024-10-22 12:37:45 +02:00
parent 7ee06113cd
commit 1db1a3bb1e

View File

@ -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()