aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/modulewithinternaltypes/MyPublicType.qml
blob: c6b38d51a9e84e5b34a182f7ac73ee4434627d44 (plain)
1
2
3
4
import QtQml 2.0
QtObject {
    property InternalType myInternalType: InternalType {}
}