aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/invokableEnumRet.qml
Commit message (Collapse)AuthorAgeFilesLines
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-0/+11
Handle enums correctly when used as the return type of a Q_INVOKABLE function. Task-number: QTBUG-23543 Change-Id: I14a506ffee08f5ba6aa0fdf27d6104a3ae5c48b3 Reviewed-by: Chris Adams <christopher.adams@nokia.com>