Merge pull request #41 from blackducksw/ubuntu_14
[ohcount] / test / detect_files / foo.qml
1 import QtQuick 2.0
2
3 Rectangle {
4     width: 200
5     height: 200
6     color: "crimson"
7 }