aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/a11y/qml_basic_item/MeetingInviteesModel.qml
blob: e22160c6e0d1b47212206d7766f9e8ef2e67711b (plain)
1
2
3
4
5
6
7
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick

ListModel {
    id: contactModel
}