File indexing completed on 2025-03-16 12:58:00
0001 /* 0002 * This file was generated by qdbusxml2cpp version 0.7 0003 * Command line was: qdbusxml2cpp -N -m -i generictypes.h -p bearerinterface \ 0004 * /home/jgrulich/development/projects/libmm-qt/dbus/introspection/org.freedesktop.ModemManager1.Bearer.xml 0005 * 0006 * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). 0007 * 0008 * This is an auto-generated file. 0009 * This file may have been hand-edited. Look for HAND-EDIT comments 0010 * before re-generating it. 0011 */ 0012 0013 #include "bearerinterface.h" 0014 0015 /* 0016 * Implementation of interface class OrgFreedesktopModemManager1BearerInterface 0017 */ 0018 0019 OrgFreedesktopModemManager1BearerInterface::OrgFreedesktopModemManager1BearerInterface(const QString &service, 0020 const QString &path, 0021 const QDBusConnection &connection, 0022 QObject *parent) 0023 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) 0024 { 0025 } 0026 0027 OrgFreedesktopModemManager1BearerInterface::~OrgFreedesktopModemManager1BearerInterface() 0028 { 0029 } 0030 0031 #include "moc_bearerinterface.cpp"