aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/destroyedSignal.qml
blob: b5b29148a2ea7bb8b613f271ba1265306de92d7e (plain)
1
2
3
4
5
import QtQuick 2.0

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