aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/MyComponent2.qml
blob: 02cf5cb5dd280b32d5322bd67b4b912652738880 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Rectangle {
    width: 100
    height: 62
}