aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/multiEngineObject.qml
blob: e349ced98f417f829b8dc4f00b05edaec5c03e27 (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    property string test: thing.stringProperty
}