aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_qprocess/data/SingletonThing.qml
blob: 599b54eddd77ccb64394562d42a1e47bd41a154a (plain)
1
2
3
4
5
6
7
pragma Singleton
import QtQml

QtObject {
    property int integerProperty: 42
    property string stringProperty: "hello"
}