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

QtObject {
    id: root
    onDestroyed: {} //this should cause an error (destroyed should be hidden)
}