From b407571ef1b9d0ad9bfa42ef910c6e0028e49d22 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 20 Oct 2019 01:49:14 +0200 Subject: [PATCH] Fix coding style --- interfaces/notificationsmodel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/notificationsmodel.cpp b/interfaces/notificationsmodel.cpp index 99c0bb033..a244fad62 100644 --- a/interfaces/notificationsmodel.cpp +++ b/interfaces/notificationsmodel.cpp @@ -60,9 +60,9 @@ QHash NotificationsModel::roleNames() const { //Role names for QML QHash names = QAbstractItemModel::roleNames(); - names.insert(DbusInterfaceRole, "dbusInterface"); - names.insert(AppNameModelRole, "appName"); - names.insert(IdModelRole, "notificationId"); + names.insert(DbusInterfaceRole, "dbusInterface"); + names.insert(AppNameModelRole, "appName"); + names.insert(IdModelRole, "notificationId"); names.insert(DismissableModelRole, "dismissable"); names.insert(RepliableModelRole, "repliable"); names.insert(IconPathModelRole, "appIcon");