summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/destroyedSignal.qml
blob: ba65d783222c02518bb6de033b05a8649356de3f (plain)
1
2
3
4
5
import QtQuick 1.0

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