aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/CppMethodListReturnType.qml
blob: 9c3ce4e8779607f7e2226bd8bd74262e22853c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pragma Strict

import QtQuick
import TestTypes

Item {
    ListProvider {
        id: listProvider
    }

    property var list: listProvider.intList()
}