aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/functionParameterTypes.qml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for C++ accessible typed parameters and return types in qml ↵Simon Hausmann2019-07-091-0/+7
functions These can be declared using the new typescript-like syntax and using type names that are also used for signal parameters and property types. This merely affects their signature on the C++ side and allows the corresponding invocation. Change-Id: Icaed4ee0dc7aa71330f99d96e073a2a63d409bbe Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>