ModemManagerQt

modem3gppinterface.cpp
1/*
2 * This file was generated by qdbusxml2cpp version 0.7
3 * Command line was: qdbusxml2cpp -N -m -i generictypes.h -p modem3gppinterface \
4 * /home/jgrulich/development/projects/libmm-qt/dbus/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
5 *
6 * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
7 *
8 * This is an auto-generated file.
9 * This file may have been hand-edited. Look for HAND-EDIT comments
10 * before re-generating it.
11 */
12
13#include "modem3gppinterface.h"
14
15/*
16 * Implementation of interface class OrgFreedesktopModemManager1ModemModem3gppInterface
17 */
18
19OrgFreedesktopModemManager1ModemModem3gppInterface::OrgFreedesktopModemManager1ModemModem3gppInterface(const QString &service,
20 const QString &path,
21 const QDBusConnection &connection,
22 QObject *parent)
23 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
24{
25}
26
27OrgFreedesktopModemManager1ModemModem3gppInterface::~OrgFreedesktopModemManager1ModemModem3gppInterface()
28{
29}
30
31#include "moc_modem3gppinterface.cpp"
QString path(const QString &relativePath)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:51 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.