aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/notQmlRootMethods.qml
blob: 6d067d572dd982184acc1fc356656e64d4a72737 (plain)
1
2
3
4
5
6
7
8
import QtQml

QtObject {
    id: self

    function a() { self.deleteLater(); }
    function b() { self.destroyed(); }
}