From 32749c913b32e89e2027227233794f2296166cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 9 Feb 2023 14:16:05 +0100 Subject: 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 Reviewed-by: Jonas Kvinge Reviewed-by: Timur Pocheptsov --- src/gui/kernel/qguiapplication_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/kernel/qguiapplication_p.h') diff --git a/src/gui/kernel/qguiapplication_p.h b/src/gui/kernel/qguiapplication_p.h index 433cf1a088..0a5ba0885a 100644 --- a/src/gui/kernel/qguiapplication_p.h +++ b/src/gui/kernel/qguiapplication_p.h @@ -314,7 +314,6 @@ private: friend class QDragManager; - static Qt::Appearance appearance(); static Qt::ColorScheme colorScheme(); static QGuiApplicationPrivate *self; -- cgit v1.2.3