aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2023-11-27 09:20:53 +0100
committerPaul Wicking <paul.wicking@qt.io>2023-11-30 10:26:46 +0100
commite4b7c6319c92e1a50978dca77d125459d799f307 (patch)
tree92285e2769aa29ab02030962afd0d8c8f25f16f6 /src/qml/doc
parentdd96e4c53659266e342e5a7aaf149f84d9d25101 (diff)
Doc: Use specific data type instead of `var`
Fixes: QTBUG-119451 Pick-to: 6.6 6.5 Change-Id: If6675b17d52d82054470003348b5811cf3c1d550 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
index 8230cf6e8b..2cd246a3e3 100644
--- a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
+++ b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
@@ -819,7 +819,7 @@ In order to be consistent with method declarations, you should prefer the
type declarations using colons.
If the signal has no parameters, the "()" brackets are optional. If parameters
-are used, the parameter types must be declared, as for the \c string and \c var
+are used, the parameter types must be declared, as for the \c string and \c int
arguments for the \c actionPerformed signal above. The allowed parameter types
are the same as those listed under \l {Defining Property Attributes} on this page.