aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/instanceof_qtquick.qml
blob: 9c1808d515739fb205618068516fe110203b33ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick 2.0

Item {
    id: itemInstance

    Rectangle {
        id: rectangleInstance
    }

    MouseArea {
        id: mouseAreaInstance
    }
}