20#ifndef DBUSNOTIFICATIONS_H
21#define DBUSNOTIFICATIONS_H
23#include "DBus/Notifications.h"
24#include "Components/Notification/NotificationHandler.h"
25#include "Utils/Pimpl.h"
41 void notify(
const MetaData& track)
override;
42 void notify(
const QString& title,
const QString& text,
const QString& imagePath)
override;
45 void closeCurrentNotification();
Definition: DBusNotifications.h:33
Definition: NotificationHandler.h:29
Definition: Notificator.h:30