[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:20:19 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=5fea403
The following commit has been merged in the master branch:
commit 5fea403a31e14e8fe852957c0041942c70ab9b8f
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Sat Oct 15 17:57:52 2011 +0100
Replace qdebugs with kdebug
---
lib/chat-widget.cpp | 2 +-
lib/chat-window-style-manager.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index 8b1d376..3c83b12 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -741,7 +741,7 @@ void ChatWidget::onChatStatusChanged(const Tp::ContactPtr & contact, Tp::Channel
contactIsTyping = true;
break;
default:
- qDebug() << "Unknown case" << state;
+ kWarning() << "Unknown channel chat case" << state;
}
if (!contactIsTyping) {
diff --git a/lib/chat-window-style-manager.cpp b/lib/chat-window-style-manager.cpp
index 91e0696..2e1a3b5 100644
--- a/lib/chat-window-style-manager.cpp
+++ b/lib/chat-window-style-manager.cpp
@@ -257,7 +257,7 @@ int ChatWindowStyleManager::installStyle(const QString &styleBundlePath)
archive->close();
delete archive;
- qDebug("style not valid");
+ kDebug("style not valid");
return StyleNotValid;
}
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list