[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:07:18 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=a6ebdf3

The following commit has been merged in the master branch:
commit a6ebdf3e6a9ea1ec046ad2d1c7d5aad760088059
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Sep 1 09:22:56 2011 +0200

    Make contact selectable
    
    Reviewed-by: David Edmundson
---
 models/accounts-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/models/accounts-model.cpp b/models/accounts-model.cpp
index 383c933..17846bf 100644
--- a/models/accounts-model.cpp
+++ b/models/accounts-model.cpp
@@ -247,7 +247,7 @@ Tp::AccountPtr AccountsModel::accountForContactItem(ContactModelItem *contactIte
 Qt::ItemFlags AccountsModel::flags(const QModelIndex &index) const
 {
     if (index.isValid()) {
-        return Qt::ItemIsEnabled;
+        return Qt::ItemIsEnabled | Qt::ItemIsSelectable;
     }
 
     return QAbstractItemModel::flags(index) | Qt::ItemIsEditable;

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list