aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/methodCallOnDerivedSingleton.qml
blob: 9d2ee433fd92fa2721df1706721f828ee19a2478 (plain)
1
2
3
4
5
6
import Qt.test
import QtQml

QtObject {
    Component.onCompleted: SingletonInheritanceTest.trackPage("test", {x: 42})
}