summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/destroyedSignal.qml
blob: 54d080a714849bce99dcfa406f759cc1fb132968 (plain)
1
2
3
4
5
import Qt 4.7

QtObject {
    onDestroyed: print("Hello World!")
}