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