21#ifndef LOMIRI_SHELL_NOTIFICATIONS_SOURCEINTERFACE_H
22#define LOMIRI_SHELL_NOTIFICATIONS_SOURCEINTERFACE_H
24#include <lomiri/SymbolExport.h>
26#include <QtCore/QObject>
28#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
29Q_MOC_INCLUDE(
"ModelInterface.h")
38namespace notifications
71 virtual ModelInterface* model()
const = 0;
72 virtual void setModel(ModelInterface* model) = 0;
A list of notifications to be displayed.
Definition ModelInterface.h:48
A source of notifications.
Definition SourceInterface.h:51
void modelChanged(ModelInterface *model)
Top-level namespace for all things Lomiri-related.
Definition Version.h:38