Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / QQmlDataDestroyedComponent2Derived.qml
1 import QtQuick 2.0
2
3 QQmlDataDestroyedComponent2Base {
4     id: derived
5     color: "black" // will trigger change signal during beginCreate.
6     x: 2 // flip ownership of base
7 }