38 explicit Notifications(
NotificationHandler* notificationHandler, QObject* parent =
nullptr);
39 ~Notifications()
override;
41 void notify(
const MetaData& track)
override;
42 void notify(
const QString& title,
const QString& text,
const QString& imagePath)
override;
45 void closeCurrentNotification();