/* * 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. * Do not edit! All changes made to it will be lost. */ #include "src/dbusAdaptor.h" #include #include #include #include #include #include #include /* * Implementation of adaptor class TooterbAdaptor */ TooterbAdaptor::TooterbAdaptor(QObject *parent) : QDBusAbstractAdaptor(parent) { // constructor setAutoRelaySignals(true); } TooterbAdaptor::~TooterbAdaptor() { // destructor } void TooterbAdaptor::openapp() { // handle method call ba.dysko.harbour.tooterb.openapp QMetaObject::invokeMethod(parent(), "openapp"); } void TooterbAdaptor::showtoot(const QStringList &key) { // handle method call ba.dysko.harbour.tooterb.showtoot QMetaObject::invokeMethod(parent(), "showtoot", Q_ARG(QStringList, key)); }