summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/mock-delegates/TestParams/MenuParams.qml
blob: 8b6bcb28587dd9848d22f1acf6159fcd3d6b3d1f (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

pragma Singleton
import QtQml

QtObject {
    property bool isMenuOpened: false;
}