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


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

The following commit has been merged in the master branch:
commit 5689aeeb207d75b33996c2ec64a485254904b6dc
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Jan 3 16:11:21 2013 +0100

    Fix build error
---
 KTp/Models/contacts-filter-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Models/contacts-filter-model.cpp b/KTp/Models/contacts-filter-model.cpp
index b7b16b9..ec3a4e1 100644
--- a/KTp/Models/contacts-filter-model.cpp
+++ b/KTp/Models/contacts-filter-model.cpp
@@ -439,7 +439,7 @@ void ContactsFilterModel::Private::countContacts(const QModelIndex &sourceParent
 
 void ContactsFilterModel::Private::sourceModelChanged(const QModelIndex &sourceIndex)
 {
-    const QModelIndex groupSourceIndex;
+    QModelIndex groupSourceIndex;
     if (sourceIndex.data(ContactsModel::TypeRole).toUInt() == ContactsModel::ContactRowType) {
         groupSourceIndex = sourceIndex.parent();
     } else {

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list