[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=91d4a03

The following commit has been merged in the master branch:
commit 91d4a03258eaabaa36becae4a7a978017333a995
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Jan 20 22:17:01 2015 -0800

    Made notification id accessible from QML
---
 interfaces/notificationsmodel.cpp | 1 +
 1 file changed, 1 insertion(+)

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

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list