aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/uncreatableAttached.qml
blob: 4a861ea075221a30394944825c01fc3a6bf9ddf1 (plain)
1
2
3
4
5
6
7
8
import QtQml
import ABC

QtObject {
    id: testItem
    objectName: "00000000000000000000"
    ItemAttached.attachedName: "111111111"
}