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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=3817b95

The following commit has been merged in the master branch:
commit 3817b95c84bf00d9edf14d7cfbd911f4cb98cf7d
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Dec 23 15:36:02 2011 +0100

    Make onSASLStatusChanged private
---
 x-messenger-oauth2-auth-operation.h   | 4 +---
 x-telepathy-password-auth-operation.h | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/x-messenger-oauth2-auth-operation.h b/x-messenger-oauth2-auth-operation.h
index 8479f08..d47a20f 100644
--- a/x-messenger-oauth2-auth-operation.h
+++ b/x-messenger-oauth2-auth-operation.h
@@ -36,10 +36,8 @@ public:
             Tp::Client::ChannelInterfaceSASLAuthenticationInterface *saslIface);
     ~XMessengerOAuth2AuthOperation();
 
-protected Q_SLOTS:
-    void onSASLStatusChanged(uint status, const QString &reason, const QVariantMap &details);
-
 private Q_SLOTS:
+    void onSASLStatusChanged(uint status, const QString &reason, const QVariantMap &details);
     void onDialogFinished(int result);
 
 private:
diff --git a/x-telepathy-password-auth-operation.h b/x-telepathy-password-auth-operation.h
index 29dddfc..ffd2b90 100644
--- a/x-telepathy-password-auth-operation.h
+++ b/x-telepathy-password-auth-operation.h
@@ -35,7 +35,7 @@ public:
             bool canTryAgain);
     ~XTelepathyPasswordAuthOperation();
 
-protected Q_SLOTS:
+private Q_SLOTS:
     void onSASLStatusChanged(uint status, const QString &reason, const QVariantMap &details);
 
 private:

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list