| 1 | /* | 
|---|---|
| 2 | * This file was generated by qdbusxml2cpp version 0.8 | 
| 3 | * Command line was: qdbusxml2cpp -a objectmanageradaptor_p.h:objectmanageradaptor.cpp -c OrgFreedesktopDBusObjectManagerAdaptor -i bluez5_helper_p.h org.freedesktop.dbus.objectmanager.xml | 
| 4 | * | 
| 5 | * qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd. | 
| 6 | * | 
| 7 | * This is an auto-generated file. | 
| 8 | * Do not edit! All changes made to it will be lost. | 
| 9 | */ | 
| 10 | |
| 11 | #include "objectmanageradaptor_p.h" | 
| 12 | #include <QtCore/QMetaObject> | 
| 13 | #include <QtCore/QByteArray> | 
| 14 | #include <QtCore/QList> | 
| 15 | #include <QtCore/QMap> | 
| 16 | #include <QtCore/QString> | 
| 17 | #include <QtCore/QStringList> | 
| 18 | #include <QtCore/QVariant> | 
| 19 | |
| 20 | /* | 
| 21 | * Implementation of adaptor class OrgFreedesktopDBusObjectManagerAdaptor | 
| 22 | */ | 
| 23 | |
| 24 | OrgFreedesktopDBusObjectManagerAdaptor::OrgFreedesktopDBusObjectManagerAdaptor(QObject *parent) | 
| 25 | : QDBusAbstractAdaptor(parent) | 
| 26 | { | 
| 27 | // constructor | 
| 28 | setAutoRelaySignals(true); | 
| 29 | } | 
| 30 | |
| 31 | OrgFreedesktopDBusObjectManagerAdaptor::~OrgFreedesktopDBusObjectManagerAdaptor() | 
| 32 | { | 
| 33 | // destructor | 
| 34 | } | 
| 35 | |
| 36 | ManagedObjectList OrgFreedesktopDBusObjectManagerAdaptor::GetManagedObjects() | 
| 37 | { | 
| 38 | // handle method call org.freedesktop.DBus.ObjectManager.GetManagedObjects | 
| 39 | ManagedObjectList object_paths_interfaces_and_properties; | 
| 40 |     QMetaObject::invokeMethod(obj: parent(), member: "GetManagedObjects", Q_RETURN_ARG(ManagedObjectList, object_paths_interfaces_and_properties));  | 
| 41 | return object_paths_interfaces_and_properties; | 
| 42 | } | 
| 43 | 
