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

Rectangle {
    width: 640
    height: 480

    Text {
        text: "í "
    }
}