QmlDesigner: Fix warning in PopupDialogButton

We should use the templates in this case.

Change-Id: Ia727f8c082de36222fff09ee72997c9899e07e97
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Thomas Hartmann
2024-02-28 16:50:30 +01:00
parent bfb5a152c9
commit 6cd5f09941

View File

@@ -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 {