aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/cppstaticnamespace.2.qml
blob: 3b37c29b18149a7c433acc80857369d3a683b46b (plain)
1
2
3
4
5
import StaticTest 1.0

MyStaticSecondNamespacedType {
    list: [ MyStaticNamespacedType {} ]
}