/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp config/com.kimmoli.harbour.maira.xml -i dbus.h -a src/dbusAdaptor * * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd. * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef DBUSADAPTOR_H #define DBUSADAPTOR_H #include #include #include "dbus.h" QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface com.kimmoli.harbour.maira */ class TooterAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "ba.dysko.harbour.tooter") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: TooterAdaptor(QObject *parent); virtual ~TooterAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS void openapp(); Q_NOREPLY void showtoot(const QStringList &key); Q_SIGNALS: // SIGNALS }; #endif