| 1 | /* |
| 2 | * This file was generated by qdbusxml2cpp version 0.8 |
| 3 | * Source file was org.freedesktop.NetworkManager.WifiP2PPeer.xml |
| 4 | * |
| 5 | * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors. |
| 6 | * |
| 7 | * This is an auto-generated file. |
| 8 | * This file may have been hand-edited. Look for HAND-EDIT comments |
| 9 | * before re-generating it. |
| 10 | */ |
| 11 | |
| 12 | #include "wifip2ppeerinterface.h" |
| 13 | |
| 14 | /* |
| 15 | * Implementation of interface class OrgFreedesktopNetworkManagerWifiP2PPeerInterface |
| 16 | */ |
| 17 | |
| 18 | OrgFreedesktopNetworkManagerWifiP2PPeerInterface::OrgFreedesktopNetworkManagerWifiP2PPeerInterface(const QString &service, |
| 19 | const QString &path, |
| 20 | const QDBusConnection &connection, |
| 21 | QObject *parent) |
| 22 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) |
| 23 | { |
| 24 | } |
| 25 | |
| 26 | OrgFreedesktopNetworkManagerWifiP2PPeerInterface::~OrgFreedesktopNetworkManagerWifiP2PPeerInterface() |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | #include "moc_wifip2ppeerinterface.cpp" |
| 31 | |