aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/qtbug_22535.qml
blob: 3553f6c03b8a4b9bf2b6f83c0de2d53d86ced407 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

Rectangle {
    width: 64
    height: 64

    Object_22535 { id:o }

    Component.onDestruction: o.goodBye()
}