aboutsummaryrefslogtreecommitdiffstats
path: root/examples/universalinput/quickaction/GameObjectList.qml
blob: f25233a8f6e2868d3bb30a29918a8b287a5f4a8c (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick

Item {

    property list<GameObject> gameObjects

}