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


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

The following commit has been merged in the master branch:
commit d62901ee59c7dd181366f35b6e1b33a5c35a5aca
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Sep 28 19:34:48 2011 +0100

    Enable KDebug DBus interface for TelepathyHandlerApplication if debug is enabled
---
 telepathy-handler-application.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/telepathy-handler-application.cpp b/telepathy-handler-application.cpp
index 84774c2..921cb17 100644
--- a/telepathy-handler-application.cpp
+++ b/telepathy-handler-application.cpp
@@ -26,6 +26,9 @@
 #include <TelepathyQt4/Types>
 #include <TelepathyQt4/Debug>
 
+
+extern bool kde_kdebug_enable_dbus_interface;
+
 namespace KTelepathy {
 
 class TelepathyHandlerApplication::Private
@@ -103,6 +106,10 @@ void TelepathyHandlerApplication::Private::init(int initialTimeout, int timeout)
     Tp::enableDebug(s_debug);
     Tp::enableWarnings(true);
 
+    if (s_debug) {
+        kde_kdebug_enable_dbus_interface = true;
+    }
+
     if (!Private::s_persist) {
         this->timeout = timeout;
         timer = new QTimer(q);

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list