aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes
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/quickshapes
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/quickshapes')
-rw-r--r--src/quickshapes/qquickshape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickshapes/qquickshape.cpp b/src/quickshapes/qquickshape.cpp
index db51a33a47..e16911de49 100644
--- a/src/quickshapes/qquickshape.cpp
+++ b/src/quickshapes/qquickshape.cpp
@@ -68,7 +68,7 @@ Q_LOGGING_CATEGORY(QQSHAPE_LOG_TIME_DIRTY_SYNC, "qt.shape.time.sync")
To use the types in this module, import the module with the following line:
\qml \QtMinorVersion
- import QtQuick.Shapes 1.\1
+ import QtQuick.Shapes
\endqml
*/