aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/Qtbug111015/qtbug111015.qmltypes
blob: cad6d88cc3469e7e5b4d6e2b260a4b905f843e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick.tooling 1.2

Module {
    Component {
        file: "typewithjsonobjectlist.h"
        name: "TypeWithJsonObjectList"
        exports: ["QmlLintTestLib/TypeWithJsonObjectList 1.0"]
        accessSemantics: "reference"
        prototype: "QObject"
        Property { name: "jsonObjectList"; type: "QJsonObject"; isList: true; read: "getJsonObjectList"; index: 0; isReadonly: true }
    }
}