import QtQuick 2.6

Rectangle {
    property int somethingCustom: 0
}

