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

QQmlDataDestroyedComponent2Base {
    id: derived
    color: "black" // will trigger change signal during beginCreate.
    x: 2 // flip ownership of base
}