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

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