aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/assignComponentToWrongType.errors.txt
Commit message (Collapse)AuthorAgeFilesLines
* QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-221-0/+1
This is dangerous and I don't see a reason why we should allow it. Fixes: QTBUG-72930 Change-Id: I01b9e624b4b80d52c1a847fa6ecd7a6d44614010 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>