aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets/qml/qml-documents/Images.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/snippets/qml/qml-documents/Images.qml')
-rw-r--r--src/qml/doc/snippets/qml/qml-documents/Images.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/snippets/qml/qml-documents/Images.qml b/src/qml/doc/snippets/qml/qml-documents/Images.qml
index 77f83f46ec..613e223b34 100644
--- a/src/qml/doc/snippets/qml/qml-documents/Images.qml
+++ b/src/qml/doc/snippets/qml/qml-documents/Images.qml
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//! [document]
// Images.qml
-import QtQuick 2.15
+import QtQuick
Item {
component LabeledImage: Column {