aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtqml
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-20 14:30:21 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-24 22:37:46 +0100
commit370fe537badd2b98c2da7f8918a15411d5aa67ad (patch)
tree948eaeffcca6005aebeef0c56251edfed0ffff72 /src/imports/qtqml
parent34e089f86cb92a62dd628808511f95c54d84bb6c (diff)
Doc: Remove version numbers for import statement
-recommend using the import statement without versions for Qt 6.0 -update use of \qml Task-number: QTBUG-87155 Pick-to: 6.0 6.0.0 Change-Id: I555d582a13006c5abb6dc1e0266d2987ba79c6d8 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/imports/qtqml')
-rw-r--r--src/imports/qtqml/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/qtqml/plugin.cpp b/src/imports/qtqml/plugin.cpp
index a32d86eeb1..5b9dcd9ec9 100644
--- a/src/imports/qtqml/plugin.cpp
+++ b/src/imports/qtqml/plugin.cpp
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
To use the types in this module, import the module with the following line:
\qml \QtMinorVersion
- import QtQml 2.\1
+ import QtQml
\endqml
*/