[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:06:19 UTC 2016


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

The following commit has been merged in the master branch:
commit 922f3ade92802b91603c16c5d70bfaa5a4990a88
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Feb 1 10:19:50 2013 +0000

    Fix ContactsListModel compile
---
 KTp/Models/contacts-list-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Models/contacts-list-model.cpp b/KTp/Models/contacts-list-model.cpp
index f05b5de..d993808 100644
--- a/KTp/Models/contacts-list-model.cpp
+++ b/KTp/Models/contacts-list-model.cpp
@@ -95,7 +95,7 @@ QVariant KTp::ContactsListModel::data(const QModelIndex &index, int role) const
 
         switch (role) {
         case KTp::RowTypeRole:
-            return ContactsModel::ContactRowType;
+            return KTp::ContactRowType;
        case KTp::IdRole:
             return contact->id();
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list