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

QtObject {
    property real x: Globals.realProp
    property real y: Globals.intProp
    property bool smooth: Globals.boolProp
}