OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / detect_files / foo.qml
1 import QtQuick 2.0
2
3 Rectangle {
4     width: 200
5     height: 200
6     color: "crimson"
7 }