Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
73496630fe64b3d813480dc852000edaa3acf47b
Description
qtbase/src/gui/kernel/qpalette.h contains three Qt 5 to-do comments on the ColorRole enum:
qpallette.h
enum ColorRole { WindowText, Button, Light, Midlight, Dark, Mid, Text, BrightText, ButtonText, Base, Window, Shadow, Highlight, HighlightedText, Link, LinkVisited, // ### Qt 5: remove AlternateBase, NoRole, // ### Qt 5: value should be 0 or -1 ToolTipBase, ToolTipText, NColorRoles = ToolTipText + 1, Foreground = WindowText, Background = Window // ### Qt 5: remove };
These comments should either be actioned for Qt 5.0.0, removed, or changed to Qt 6 to-do's. (It appears that the first and third comments cannot be done for 5.0.0 as source-incompatible changes are no longer permitted).
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed