import QtQuick 2.0

Item {
    property alias testType: testType

    Rectangle {
        id: testType
    }
}
