summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2022-02-22 17:41:20 +0100
committerHenning Gründl <henning.gruendl@qt.io>2022-02-22 16:47:13 +0000
commit872a93447b33149b83397b7bedca4a92d5449773 (patch)
tree5fb0063c29d5b85357b76987c07ad8b64d1f1838 /share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl
parentd913f5d886f07a37ee845dc11bab9bbf8979c601 (diff)
downloadqt-creator-872a93447b33149b83397b7bedca4a92d5449773.tar.gz
QmlDesigner: Update import version wizard qml.tpl
Change-Id: Ie1cdc6bd18cec1f6e0d1492033f43c23717d68a9 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl')
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl b/share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl
index 9c69beeea2..7faa6c38be 100644
--- a/share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/files/customdial/file.qml.tpl
@@ -5,8 +5,8 @@ this file manually, you might introduce QML code that is not supported by Qt Des
Check out https://doc.qt.io/qtcreator/creator-quick-ui-forms.html for details on .ui.qml files.
*/
-import QtQuick 2.12
-import QtQuick.Controls 2.12
+import QtQuick 2.15
+import QtQuick.Controls 2.15
Dial {
id: control