QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlcontext / data / qtbug_22535.qml
1 import QtQuick 2.0
2
3 Rectangle {
4     width: 64
5     height: 64
6
7     Object_22535 { id:o }
8
9     Component.onDestruction: o.goodBye()
10 }