aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/AttachedType.qml
blob: 02fa514e83cf72f04f345888189f4f710ae576da (plain)
1
2
3
4
5
import Things 1.0

Item {
    property real test: Screen.pixelDensity * 0.5
}