summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dontDoubleCallClassBegin.qml
blob: df048cca4e28762a3cd220f17c70ac5f69748436 (plain)
1
2
3
4
5
import Qt 4.7

Item {
    property QtObject object: DontDoubleCallClassBeginItem {}
}