File indexing completed on 2024-12-08 12:26:18
0001 /* 0002 * This file was generated by qdbusxml2cpp version 0.8 0003 * Command line was: 0004 * 0005 * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd. 0006 * 0007 * This is an auto-generated file. 0008 * This file may have been hand-edited. Look for HAND-EDIT comments 0009 * before re-generating it. 0010 */ 0011 0012 #include "ip6configinterface.h" 0013 0014 /* 0015 * Implementation of interface class OrgFreedesktopNetworkManagerIP6ConfigInterface 0016 */ 0017 0018 OrgFreedesktopNetworkManagerIP6ConfigInterface::OrgFreedesktopNetworkManagerIP6ConfigInterface(const QString &service, 0019 const QString &path, 0020 const QDBusConnection &connection, 0021 QObject *parent) 0022 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) 0023 { 0024 } 0025 0026 OrgFreedesktopNetworkManagerIP6ConfigInterface::~OrgFreedesktopNetworkManagerIP6ConfigInterface() 0027 { 0028 } 0029 0030 #include "moc_ip6configinterface.cpp"