aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/PropertyVarCircularComponent5.qml
blob: 94ef338792e44e0c1179c03f29468e084d9c7998 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Image {
    id: image
    objectName: "image"
    property var imageCanary: 13
}