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

QtObject {
    property string test: thing.stringProperty
}