aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/instanceof_qtqml_qualified.qml
blob: a8e303363e79bde898cc573c12324c70417d84a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQml 2.0 as QmlImport

QmlImport.QtObject {
    id: qtobjectInstance

    property QmlImport.Timer aTimer: QmlImport.Timer {
        id: timerInstance
    }

    property QmlImport.Connections aConnections: QmlImport.Connections {
        id: connectionsInstance
    }
}