qtdeclarative/tests/auto/qml/qmllint/data/defaultPropertyComponent.2.qml

8 lines
72 B
QML

import QtQuick 2.0
Item {
Component {
Rectangle {}
}
}