20#ifndef DBUSNOTIFICATIONS_H
21#define DBUSNOTIFICATIONS_H
23#include "DBus/Notifications.h"
24#include "Interfaces/Notification/NotificationHandler.h"
25#include "Utils/Pimpl.h"
39 void notify(
const QString& title,
const QString& text,
const QString& imagePath)
override;
41 QString
name()
const override;
Definition: DBusNotifications.h:30
void notify(const MetaData &md) override
notify when Metadata has been changed
QString name() const override
get name of notification interface
void notify(const QString &title, const QString &text, const QString &imagePath) override
show standard notification
Definition: NotificationInterface.h:31