aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/valueTypeProperty.qml
blob: 1d1b74d9bc7d7589b956fcf304cb6fbde5ed1189 (plain)
1
2
3
4
5
6
pragma Strict
import QtQuick

Text {
    property string foo: font.family
}