summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-02-09 14:16:05 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-02-13 17:19:23 +0100
commit32749c913b32e89e2027227233794f2296166cc6 (patch)
tree0daec9a562b3a1f5bc59a0a9cc556b193a0f8593 /src/corelib/global/qnamespace.h
parent0c6aa4c8c2f05e9172a0f1f5852277a01e54c7c2 (diff)
Rename Qt::Appearance to Qt::ColorScheme
Based on discussions in the 6.5 API review, where we concluded that 'appearance' is too general. Instead, we follow the CSS standard and use the term 'color scheme'. Pick-to: 6.5 Change-Id: I8ceaf4138ecadff5ccd962480e8e5beb39b556ec Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Jonas Kvinge <jonas@jkvinge.net> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/corelib/global/qnamespace.h')
-rw-r--r--src/corelib/global/qnamespace.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index 17d96ec2ac..8a2769a3ed 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -46,12 +46,6 @@ namespace Qt {
transparent
};
- enum class Appearance {
- Unknown,
- Light,
- Dark,
- };
-
enum class ColorScheme {
Unknown,
Light,
@@ -1763,7 +1757,6 @@ namespace Qt {
Q_ENUM_NS(DayOfWeek)
Q_ENUM_NS(CursorShape)
Q_ENUM_NS(GlobalColor)
- Q_ENUM_NS(Appearance)
Q_ENUM_NS(ColorScheme)
Q_ENUM_NS(AspectRatioMode)
Q_ENUM_NS(TransformationMode)