[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e
Maximiliano Curia
maxy at moszumanska.debian.org
Fri May 27 23:59:04 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=79f3a6d
The following commit has been merged in the master branch:
commit 79f3a6df69d13f9233102587fddd3b8751c02e94
Author: Àlex Fiestas <afiestas at kde.org>
Date: Tue Jun 4 17:21:36 2013 +0200
Use kDebug instead of QDebug and removed stupid debug
---
x-telepathy-sso-operation.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x-telepathy-sso-operation.cpp b/x-telepathy-sso-operation.cpp
index ada1e24..1e01a88 100644
--- a/x-telepathy-sso-operation.cpp
+++ b/x-telepathy-sso-operation.cpp
@@ -43,8 +43,8 @@ XTelepathySSOOperation::XTelepathySSOOperation(const Tp::AccountPtr& account, Tp
void XTelepathySSOOperation::onSASLStatusChanged(uint status, const QString &reason, const QVariantMap &details)
{
- qDebug() << "new status is " << status;
- qDebug() << "details" << details;
+ kDebug() << "new status is " << status;
+ kDebug() << "details" << details;
switch (status){
case Tp::SASLStatusNotStarted:
{
@@ -91,7 +91,7 @@ void XTelepathySSOOperation::onNewChallenge(const QByteArray& array)
void XTelepathySSOOperation::onGetAccountStorageFetched(Tp::PendingOperation *op)
{
- kDebug() << "DAVE LOOK HERE";
+ kDebug();
Tp::PendingVariantMap *pendingMap = qobject_cast<Tp::PendingVariantMap*>(op);
m_accountStorageId = pendingMap->result()["StorageIdentifier"].value<QDBusVariant>().variant().toInt();
--
ktp-auth-handler packaging
More information about the pkg-kde-commits
mailing list