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 -p dbus_manager manager.xml -N 0004 * 0005 * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). 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 "dbus_manager.h" 0013 0014 /* 0015 * Implementation of interface class OrgFreedesktopDBusObjectManagerInterface 0016 */ 0017 0018 OrgFreedesktopDBusObjectManagerInterface::OrgFreedesktopDBusObjectManagerInterface(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 OrgFreedesktopDBusObjectManagerInterface::~OrgFreedesktopDBusObjectManagerInterface() 0027 { 0028 } 0029 0030 #include "moc_dbus_manager.cpp"