forked from qt-creator/qt-creator
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user