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

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