aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/invisibleBase.qml
blob: a2e15fb9d8a54aa0c0ef2a2589d2e81c45d76375 (plain)
1
2
3
4
5
6
7
8
9
import TestTypes
import QtQml

Nasty {
    id: nasty
    property Nasty n: nasty
}