import QtQuick 2.0

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