/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -c NotificationAdaptor -a notificationadaptor.cpp org.freedesktop.Notifications.xml * * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #include "notificationadaptor.h" /* * Implementation of adaptor class NotificationAdaptor */ NotificationAdaptor::NotificationAdaptor(QObject *parent) : QDBusAbstractAdaptor(parent) { } uint NotificationAdaptor::Notify(const QString &app_name, uint replaces_id, const QString &app_icon, const QString &summary, const QString &body, const QStringList &actions, const QVariantHash &hints, int expire_timeout) { // handle method call org.freedesktop.Notifications.Notify static_cast(parent())->handleNotification(app_name, replaces_id, app_icon, summary, body, actions, hints, expire_timeout); }