aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/InlineComponentReexporter.qml
blob: 24bf6f771e0896595e4115442ceebec4993399c5 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.14

QtObject {
    component StyledRectangle: InlineComponentProvider.StyledRectangle {
        color: "green"
    }

}