aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data/qtbug_14734.qml
blob: bd07d66727b95ef2451de5b160f5c3b05867dcd1 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 1.0

Rectangle {
    width: 640
    height: 480

    Text {
        text: "í "
    }
}