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