aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2023-11-29 18:16:32 +0100
committerLuca Di Sera <luca.disera@qt.io>2023-11-30 18:16:00 +0100
commitb3973cdf8ca42547abd4b411c25bef547465b001 (patch)
tree30ab153b95bda6c1792f58475ed7397eeef57a2f /src/qml/jsapi
parent60a449b313e715510857cea57a384c721951fdb9 (diff)
Doc: Fix \fn template arguments for Qt Qml
Upcoming changes to QDoc require accurate definition for template arguments in \fn commands. Task-number: QTBUG-118080 Change-Id: Ic61ecace84913f5059fbec21371455741b1bfafe Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qml/jsapi')
-rw-r--r--src/qml/jsapi/qjsprimitivevalue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsapi/qjsprimitivevalue.cpp b/src/qml/jsapi/qjsprimitivevalue.cpp
index 0bef52b5d8..4bd418e082 100644
--- a/src/qml/jsapi/qjsprimitivevalue.cpp
+++ b/src/qml/jsapi/qjsprimitivevalue.cpp
@@ -309,7 +309,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn template<Type type> QJSPrimitiveValue QJSPrimitiveValue::to() const
+ \fn template<QJSPrimitiveValue::Type type> QJSPrimitiveValue QJSPrimitiveValue::to() const
\since 6.6
Coerces the value to the specified \e type and returns the result as a new