Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.8.0
-
None
-
-
1db1a3bb1 (dev)
Description
The documentation of QIcon::State is wrong.
Qt Assistant shows:
enum State { Off, On }
qicon.h contains:
enum State { On, Off };