/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp -p obex_transfer_p.h:obex_transfer.cpp org.openobex.transfer.xml org.openobex.Transfer * * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd. * * This is an auto-generated file. * Do not edit! All changes made to it will be lost. */ #ifndef OBEX_TRANSFER_P_H #define OBEX_TRANSFER_P_H #include #include #include #include #include #include #include #include /* * Proxy class for interface org.openobex.Transfer */ class OrgOpenobexTransferInterface: public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() { return "org.openobex.Transfer"; } public: OrgOpenobexTransferInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); ~OrgOpenobexTransferInterface(); public Q_SLOTS: // METHODS inline QDBusPendingReply<> Cancel() { QList argumentList; return asyncCallWithArgumentList(QStringLiteral("Cancel"), argumentList); } inline QDBusPendingReply GetProperties() { QList argumentList; return asyncCallWithArgumentList(QStringLiteral("GetProperties"), argumentList); } Q_SIGNALS: // SIGNALS }; namespace org { namespace openobex { typedef ::OrgOpenobexTransferInterface Transfer; } } #endif