aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets/qml/imports/merged-named-imports.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/snippets/qml/imports/merged-named-imports.qml')
-rw-r--r--src/qml/doc/snippets/qml/imports/merged-named-imports.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/snippets/qml/imports/merged-named-imports.qml b/src/qml/doc/snippets/qml/imports/merged-named-imports.qml
index 8fab0436bd..533b22cb93 100644
--- a/src/qml/doc/snippets/qml/imports/merged-named-imports.qml
+++ b/src/qml/doc/snippets/qml/imports/merged-named-imports.qml
@@ -49,8 +49,8 @@
****************************************************************************/
//! [imports]
-import QtQuick 2.0 as Project
-import QtMultimedia 5.0 as Project
+import QtQuick as Project
+import QtMultimedia as Project
Project.Rectangle {
width: 100; height: 50