From e4b7c6319c92e1a50978dca77d125459d799f307 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 27 Nov 2023 09:20:53 +0100 Subject: Doc: Use specific data type instead of `var` Fixes: QTBUG-119451 Pick-to: 6.6 6.5 Change-Id: If6675b17d52d82054470003348b5811cf3c1d550 Reviewed-by: Fabian Kosmale --- src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/doc') 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. -- cgit v1.2.3