aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.1.qml
blob: c6dc44c4ef07c0eaf32cb1765b1aa38e701fc26d (plain)
1
2
3
4
5
6
7
import Test 1.0
import QtQuick 1.0

QtObject {
    MyQmlObject.foo: 10
}