aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-11-22 11:51:58 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-12-02 11:52:56 +0000
commit189cc3322ccc8b177c2bef15340833858ff57b03 (patch)
tree03a2e6f29e675f923666d890a9a5a80a7e94183f /src/qmlworkerscript
parent3b1ae2f598d6013e5d262262002820d6eb76805b (diff)
Doc: Drop version no. against the \qmlmodule
Since Qt 6.x, it is not mandatory to have version no. against the module import statements. Pick-to: 6.2 6.2.2 Task-number: QTBUG-98481 Change-Id: Ia3d35f2dc198d3e9c02d15784ca07c9bbb9526ce Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/qmlworkerscript')
-rw-r--r--src/qmlworkerscript/doc/src/qmlworkerscript.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlworkerscript/doc/src/qmlworkerscript.qdoc b/src/qmlworkerscript/doc/src/qmlworkerscript.qdoc
index 8f7f5e546c..4b01425ab1 100644
--- a/src/qmlworkerscript/doc/src/qmlworkerscript.qdoc
+++ b/src/qmlworkerscript/doc/src/qmlworkerscript.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \qmlmodule QtQml.WorkerScript 2.\QtMinorVersion
+ \qmlmodule QtQml.WorkerScript
\title Qt QML WorkerScript QML Types
\ingroup qmlmodules
\brief Provides QML types for worker scripts.