aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/wrongType.7.qml
blob: e9dd71079a41bc53949f9f4650c0d42425796a8b (plain)
1
2
3
4
5
6
import Test 1.0
import QtQuick 2.0
MyTypeObject {
    colorProperty: 12
}