aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl')
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl b/share/qtcreator/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl
index f3bf121801..5031b5bd59 100644
--- a/share/qtcreator/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/files/customspinbox/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
SpinBox {
id: control