23 #ifndef ABSTRACTNOTIFICATOR_H
24 #define ABSTRACTNOTIFICATOR_H
57 virtual void notify(
const QString& title,
const QString& message,
const QString& image_path=QString())=0;
70 #endif // ABSTRACTNOTIFICATOR_H
Definition: NotificationInterface.h:32
NotificationInterface(const QString &name)
Constructor.
virtual void notify(const MetaData &md)=0
notify when Metadata has been changed
QString get_name() const
get name of notification interface