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 | |
4 | /* |
5 | * This file was originally created by qdbusxml2cpp version 0.8 |
6 | * Command line was: qdbusxml2cpp -p qdbusmenuregistrarproxy ../../3rdparty/dbus-ifaces/com.canonical.AppMenu.Registrar.xml |
7 | * |
8 | * However it is maintained manually. |
9 | */ |
10 | |
11 | #include "qdbusmenuregistrarproxy_p.h" |
12 | |
13 | QT_BEGIN_NAMESPACE |
14 | |
15 | /* |
16 | * Implementation of interface class QDBusMenuRegistrarInterface |
17 | */ |
18 | |
19 | QDBusMenuRegistrarInterface::QDBusMenuRegistrarInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) |
20 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) |
21 | { |
22 | } |
23 | |
24 | QDBusMenuRegistrarInterface::~QDBusMenuRegistrarInterface() |
25 | { |
26 | } |
27 | |
28 | QT_END_NAMESPACE |
29 | |
30 | #include "moc_qdbusmenuregistrarproxy_p.cpp" |
31 |