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
qdbusmenuregistrarproxy.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 Dmitry Shachnev <mitya57@gmail.com>
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
5/*
6 * This file was originally created by qdbusxml2cpp version 0.8
7 * Command line was: qdbusxml2cpp -p qdbusmenuregistrarproxy ../../3rdparty/dbus-ifaces/com.canonical.AppMenu.Registrar.xml
8 *
9 * However it is maintained manually.
10 */
11
13
15
16/*
17 * Implementation of interface class QDBusMenuRegistrarInterface
18 */
19
20QDBusMenuRegistrarInterface::QDBusMenuRegistrarInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
21 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
22{
23}
24
28
29QT_END_NAMESPACE
30
31#include "moc_qdbusmenuregistrarproxy_p.cpp"
Combined button and popup list for selecting options.