aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmljsscope/data/groupPropertySyntax.qml
blob: 80064b2b248e6b35f930cd4220d809b43166caf1 (plain)
1
2
3
4
5
import QtQuick

Text {
    font { pixelSize: 42; bold: true }
}