aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/QQmlDataDestroyedComponent.qml
blob: f5c0ce6b18332010ab82ffa2debbb9f18ba36619 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    property int a: 50
}