aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/instanceOf/CustomRectangleWithProp.qml
blob: cf566b931501387b49e5e3063943e79963df2c40 (plain)
1
2
3
4
5
6
import QtQuick 2.6

Rectangle {
    property int somethingCustom: 0
}