Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandappmenu.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 David Redondo <kde@david-redondo.de>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
9
10namespace QtWaylandClient {
11
13
15{
16 if (object())
17 release();
18}
19
20QWaylandAppMenuManager::QWaylandAppMenuManager(wl_registry *registry, quint32 id, int version)
22{
23}
24
26{
27 org_kde_kwin_appmenu_manager_destroy(object());
28}
29
30} // namespace QtWaylandClient
31
32QT_END_NAMESPACE
QWaylandAppMenuManager(wl_registry *registry, quint32 id, int version)
Combined button and popup list for selecting options.