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


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

The following commit has been merged in the master branch:
commit 59ff928a6d3123676d37ceada605668d4dc0c6f8
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Oct 7 16:12:32 2011 +0100

    Enable TpQt4 debug output redirection in KDebug
---
 telepathy-handler-application.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/telepathy-handler-application.cpp b/telepathy-handler-application.cpp
index ecbd18c..3cd0bd8 100644
--- a/telepathy-handler-application.cpp
+++ b/telepathy-handler-application.cpp
@@ -35,7 +35,6 @@ namespace KTelepathy {
 namespace {
 int s_tpqt4DebugArea;
 
-#if (0) //TODO check tp version
 static void tpDebugCallback(const QString &libraryName,
                             const QString &libraryVersion,
                             QtMsgType type,
@@ -45,7 +44,6 @@ static void tpDebugCallback(const QString &libraryName,
     Q_UNUSED(libraryVersion)
     kDebugStream(type, s_tpqt4DebugArea, __FILE__, __LINE__, "Telepathy-Qt4") << qPrintable(msg);
 }
-#endif
 }
 
 class TelepathyHandlerApplication::Private
@@ -132,10 +130,8 @@ void TelepathyHandlerApplication::Private::init(int initialTimeout, int timeout)
     // Register TpQt4 types
     Tp::registerTypes();
 
-#if (0) // TODO check tp version
     // Redirect Tp debug and warnings to KDebug output
     Tp::setDebugCallback(&tpDebugCallback);
-#endif
 
     // Enable telepathy-Qt4 debug
     Tp::enableDebug(s_debug);

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list