diff --git a/interfaces/notificationsmodel.cpp b/interfaces/notificationsmodel.cpp index 7ff163821..a3d7ca2d1 100644 --- a/interfaces/notificationsmodel.cpp +++ b/interfaces/notificationsmodel.cpp @@ -50,6 +50,7 @@ NotificationsModel::NotificationsModel(QObject* parent) QHash names = roleNames(); names.insert(DbusInterfaceRole, "dbusInterface"); names.insert(AppNameModelRole, "appName"); + names.insert(IdModelRole, "notificationId"); names.insert(DismissableModelRole, "dismissable"); setRoleNames(names);