From c4040fe40c49134b41eb4252b1806a8063301108 Mon Sep 17 00:00:00 2001 From: MohammadHossein Qanbari Date: Mon, 31 Mar 2025 12:55:09 +0200 Subject: 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 --- src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/quickcontrols/basic/qtquickcontrols2basicstyleplugin.cpp') 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 -- cgit v1.2.3