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


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

The following commit has been merged in the master branch:
commit e4df0dcaa9d92ae852e68a714595107ba728d809
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Fri Feb 6 17:07:04 2015 +0100

    [tests] Add more useful data into the on-click-output
---
 tests/model-view.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/model-view.cpp b/tests/model-view.cpp
index 8e450ec..d8cc6f6 100644
--- a/tests/model-view.cpp
+++ b/tests/model-view.cpp
@@ -121,6 +121,8 @@ ModelView::ModelView(QAbstractItemModel *model, QWidget *parent)
         qDebug() << "        ID:" << index.data(KTp::IdRole).toString();
         qDebug() << " Person ID:" << index.data(KTp::PersonIdRole).toString();
         qDebug() << "  Username:" << index.data(Qt::DisplayRole).toString();
+        qDebug() << "   Blocked:" << index.data(KTp::ContactIsBlockedRole).toString();
+        qDebug() << "    Groups:" << index.data(KTp::ContactGroupsRole).toStringList();
         qDebug() << " Is Person:" << personString;
         qDebug();
     });

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list