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

Foozle {
    id: foozle
    property date barzle: foozle.BirthdayParty.rsvp
}