aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/singletonuser.qml
blob: 79ca47e12fa33777eec76f0eeff05a7d004c12e2 (plain)
1
2
3
4
5
6
import QtQml 2.0
import modulewithsingleton 1.0

QtObject {
    property bool ok: Singleton.ok
}