[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=b6dc369

The following commit has been merged in the master branch:
commit b6dc369ba03ef83d3a0591ec395e5d58000d6437
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Mon Feb 13 10:00:25 2012 +0100

    Use kDebug instead of qDebug
---
 plasmoid/declarative-plugin/telepathy-text-observer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmoid/declarative-plugin/telepathy-text-observer.cpp b/plasmoid/declarative-plugin/telepathy-text-observer.cpp
index a1f7ae3..089a2e5 100644
--- a/plasmoid/declarative-plugin/telepathy-text-observer.cpp
+++ b/plasmoid/declarative-plugin/telepathy-text-observer.cpp
@@ -68,7 +68,7 @@ TelepathyTextObserver::TelepathyTextObserver(QObject* parent) :
 
 TelepathyTextObserver::~TelepathyTextObserver()
 {
-    qDebug() << "deleting text observer";
+    kDebug() << "deleting text observer";
 }
 
 QAbstractListModel * TelepathyTextObserver::conversationModel()

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list