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


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

The following commit has been merged in the master branch:
commit c0128b28c76fec5f48772fc772c054657883dbcb
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Mar 17 21:56:03 2011 +0100

    Use toUInt() instead of toInt()
---
 account-filter-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/account-filter-model.cpp b/account-filter-model.cpp
index da18d02..8971f5c 100644
--- a/account-filter-model.cpp
+++ b/account-filter-model.cpp
@@ -68,7 +68,7 @@ bool AccountFilterModel::filterAcceptsRow(int source_row, const QModelIndex &sou
         if (!sourceModel()->index(source_row, 0).data(AccountsModel::EnabledRole).toBool()) {
             rowAccepted = false;
         }
-        if (sourceModel()->index(source_row, 0).data(AccountsModel::ConnectionStatusRole).toInt()
+        if (sourceModel()->index(source_row, 0).data(AccountsModel::ConnectionStatusRole).toUInt()
             != Tp::ConnectionStatusConnected) {
 
             rowAccepted = false;

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list