summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/functionAssignment.2.qml
Commit message (Collapse)AuthorAgeFilesLines
* Warn on assigning a function to a QML property.Michael Brasser2010-04-291-0/+13
This is not supported, and should not silently be converting the function to a string. See QTBUG-10302 for why we check !isRegExp as well as isFunction. Task-number: QTBUG-10237 Reviewed-by: Aaron Kennedy