e2ebbe9b0098fb284148a25d512667d8bafb23f6
[mdictionary] / src / mdictionary / qml / DictTypeListDelegate.qml
1 import Qt 4.7
2
3 Text {
4     text: type
5 }