[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=83c8e98

The following commit has been merged in the master branch:
commit 83c8e9859b7aee723945a9cee75a0669d361eac1
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Dec 12 20:42:49 2014 +0100

    Expose the personId role in the KTp::ContactsModel
---
 KTp/Models/contacts-model.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/KTp/Models/contacts-model.cpp b/KTp/Models/contacts-model.cpp
index 32e21ab..daa39f7 100644
--- a/KTp/Models/contacts-model.cpp
+++ b/KTp/Models/contacts-model.cpp
@@ -238,5 +238,6 @@ void KTp::ContactsModel::setSourceModel(QAbstractItemModel *sourceModel)
     roles[KTp::ContactCanAudioCallRole]= "audioCall";
     roles[KTp::ContactCanVideoCallRole]= "videoCall";
     roles[KTp::ContactTubesRole]= "tubes";
+    roles[KTp::PersonIdRole]= "personId";
     setRoleNames(roles);
 }

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list