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