aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp
diff options
context:
space:
mode:
authorMohammadHossein Qanbari <mohammad.qanbari@qt.io>2025-03-31 12:55:09 +0200
committerMohammadHossein Qanbari <mohammad.qanbari@qt.io>2025-04-03 18:21:42 +0200
commitc4040fe40c49134b41eb4252b1806a8063301108 (patch)
treec04b32b07f121bb8f24813f6e63d26c1b6984ea8 /src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp
parent94cb053ee1d6daed13e2e31eedd725da767d33b5 (diff)
Controls: Deprecate and remove QQuickBasicStyle
The QQuickBasicStyle class is no longer necessary since the Basic style now supports palettes. This class was retained temporarily to allow users who had customized the `.qml` files sufficient time to migrate their changes. Enough time has now passed for migration, making it appropriate to deprecate and remove this class. See also this commit 57f0da5e6464735cedf3f8624deb827b5fe98b53 Task-number: QTBUG-135207 Task-number: QTBUG-63369 Change-Id: Ida7cd3d7bc63d307a1b99d667fdf3ad14f156132 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp')
-rw-r--r--src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp b/src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp
index e2d726082b..35aaf0360d 100644
--- a/src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp
+++ b/src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp
@@ -1,7 +1,6 @@
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-#include "qquickbasicstyle_p.h"
#include "qquickbasictheme_p.h"
#include <QtQuickControls2/private/qquickstyleplugin_p.h>