blob: b5b29148a2ea7bb8b613f271ba1265306de92d7e [file] [log] [blame]
import QtQuick 2.0
QtObject {
onDestroyed: print("Hello World!")
}