aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/component.7.qml
blob: b1a31195eb96b8c700f55d63be0d1cff389b3df2 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Component {
    property int a
    QtObject {}
}