From 6cd5f09941b49855010aa32f537b43d708e881ce Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 28 Feb 2024 16:50:30 +0100 Subject: [PATCH] QmlDesigner: Fix warning in PopupDialogButton We should use the templates in this case. Change-Id: Ia727f8c082de36222fff09ee72997c9899e07e97 Reviewed-by: Tim Jenssen Reviewed-by: Qt CI Patch Build Bot Reviewed-by: --- .../imports/NewProjectDialog/PopupDialogButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButton.qml b/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButton.qml index 8b82443bd07..1f868d77a23 100644 --- a/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButton.qml +++ b/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButton.qml @@ -2,7 +2,7 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 import QtQuick -import QtQuick.Controls +import QtQuick.Templates import StudioTheme as StudioTheme Button {