21#ifndef LOMIRI_SHELL_NOTIFICATIONS_SOURCEINTERFACE_H
22#define LOMIRI_SHELL_NOTIFICATIONS_SOURCEINTERFACE_H
24#include <lomiri/SymbolExport.h>
26#include <QtCore/QObject>
34namespace notifications
67 virtual ModelInterface* model()
const = 0;
68 virtual void setModel(ModelInterface* model) = 0;
A list of notifications to be displayed.
Definition ModelInterface.h:48
A source of notifications.
Definition SourceInterface.h:47
void modelChanged(ModelInterface *model)
Top-level namespace for all things Lomiri-related.
Definition Version.h:38