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


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

The following commit has been merged in the master branch:
commit d01935dfded700802d157c72224993ec4ce8e011
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Aug 21 16:08:12 2014 +0200

    Port QWeakPointer to QPointer
---
 x-messenger-oauth2-auth-operation.h   | 2 +-
 x-telepathy-password-auth-operation.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x-messenger-oauth2-auth-operation.h b/x-messenger-oauth2-auth-operation.h
index d34ff38..ac28daa 100644
--- a/x-messenger-oauth2-auth-operation.h
+++ b/x-messenger-oauth2-auth-operation.h
@@ -50,7 +50,7 @@ private:
     Tp::AccountPtr m_account;
     Tp::Client::ChannelInterfaceSASLAuthenticationInterface *m_saslIface;
     KTp::WalletInterface *m_walletInterface;
-    QWeakPointer<XMessengerOAuth2Prompt> m_dialog;
+    QPointer<XMessengerOAuth2Prompt> m_dialog;
 
     friend class SaslAuthOp;
 };
diff --git a/x-telepathy-password-auth-operation.h b/x-telepathy-password-auth-operation.h
index f3f70c3..65d6462 100644
--- a/x-telepathy-password-auth-operation.h
+++ b/x-telepathy-password-auth-operation.h
@@ -49,7 +49,7 @@ private:
     Tp::Client::ChannelInterfaceSASLAuthenticationInterface *m_saslIface;
     KTp::WalletInterface *m_walletInterface;
     bool m_canTryAgain;
-    QWeakPointer<XTelepathyPasswordPrompt> m_dialog;
+    QPointer<XTelepathyPasswordPrompt> m_dialog;
 
     friend class SaslAuthOp;
 };

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list