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// Qt-Security score:significant reason:default
4
6
8
10
11namespace QtWaylandClient {
12
14
16{
17 if (object())
18 release();
19}
20
21QWaylandAppMenuManager::QWaylandAppMenuManager(wl_registry *registry, quint32 id, int version)
23{
24}
25
27{
28 org_kde_kwin_appmenu_manager_destroy(object());
29}
30
31} // namespace QtWaylandClient
32
33QT_END_NAMESPACE
QWaylandAppMenuManager(wl_registry *registry, quint32 id, int version)
Combined button and popup list for selecting options.