aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/InlineComponentProvider.qml
blob: 6058e32b2fc6de6fb025f3b1f75df76b72cf2956 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.15

Item {
    component StyledRectangle: Rectangle {
        width: 24
        height: 24
        color: "red"
    }
}