summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/I18n.qml
blob: dbbd4bdebf88d4b4e4f61e11f0e710b02c3e9041 (plain)
1
2
3
4
5
6
import Qt 4.6

Text {
    property int áâãäå: 10
    text: "Test áâãäå: " + áâãäå
}