[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=7b35048

The following commit has been merged in the master branch:
commit 7b35048f8960870a5d125ddabe06e5615e8cfdc5
Author: Kevin Ottens <ervin at kde.org>
Date:   Mon Oct 11 09:51:30 2010 +0200

    Make it build with QT_STRICT_ITERATORS.
---
 src/KCMTelepathyAccounts/plugin-manager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/KCMTelepathyAccounts/plugin-manager.cpp b/src/KCMTelepathyAccounts/plugin-manager.cpp
index 08afdee..e04088f 100644
--- a/src/KCMTelepathyAccounts/plugin-manager.cpp
+++ b/src/KCMTelepathyAccounts/plugin-manager.cpp
@@ -66,7 +66,7 @@ void PluginManager::loadPlugins()
     KService::List offers = KServiceTypeTrader::self()->query("KCMTelepathyAccounts/AccountUiPlugin");
 
     KService::List::const_iterator iter;
-    for (iter = offers.begin(); iter < offers.end(); ++iter) {
+    for (iter = offers.constBegin(); iter < offers.constEnd(); ++iter) {
        QString error;
        KService::Ptr service = *iter;
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list