aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/selfreferencingsingletonmodule/TestSingleton.qml
blob: f70a3b1fea69ceaac6663315958fdfb34fe93158 (plain)
1
2
3
4
5
6
7
import QtQml 2.0
import selfreferencingsingletonmodule 1.0
pragma Singleton
QtObject {
    property SelfReferencingSingleton self
    property int dummy: 42
}