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


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

The following commit has been merged in the master branch:
commit 76d611954771d5843c3796542316e75ef2d9a4f8
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Wed Jul 22 18:13:10 2009 +0000

    kDebug()++ and -- in methods that get called meaninglessly often.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1001236
---
 src/connection-manager-item.cpp | 4 ++++
 src/protocol-list-model.cpp     | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/connection-manager-item.cpp b/src/connection-manager-item.cpp
index 0b29ce1..6a143d0 100644
--- a/src/connection-manager-item.cpp
+++ b/src/connection-manager-item.cpp
@@ -49,11 +49,15 @@ ConnectionManagerItem::~ConnectionManagerItem()
 
 Tp::ConnectionManagerPtr ConnectionManagerItem::connectionManager() const
 {
+    kDebug();
+
     return m_connectionManager;
 }
 
 void ConnectionManagerItem::onConnectionManagerReady(Tp::PendingOperation *op)
 {
+    kDebug();
+
     if (op->isError()) {
         kDebug() << "An error occurred in making the Connection Manager ready."
                  << op->errorName()
diff --git a/src/protocol-list-model.cpp b/src/protocol-list-model.cpp
index c4df125..b72eddb 100644
--- a/src/protocol-list-model.cpp
+++ b/src/protocol-list-model.cpp
@@ -43,8 +43,6 @@ ProtocolListModel::~ProtocolListModel()
 
 int ProtocolListModel::rowCount(const QModelIndex &index) const
 {
-    kDebug();
-
     // If the index is the root item, then return the row count.
     if (index == QModelIndex()) {
        return m_protocolItems.size();

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list