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


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

The following commit has been merged in the master branch:
commit 56dfc73e8b25c2fe801e9fdadecb22508ced016b
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Oct 13 19:07:45 2011 +0200

    Fix "No such signal" errors
---
 tls-cert-verifier-op.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tls-cert-verifier-op.h b/tls-cert-verifier-op.h
index ac5b09e..62885ff 100644
--- a/tls-cert-verifier-op.h
+++ b/tls-cert-verifier-op.h
@@ -42,9 +42,9 @@ public:
     ~TlsCertVerifierOp();
 
 Q_SIGNALS:
-    void ready(TlsCertVerifierOp *self);
-    void error(TlsCertVerifierOp *self, const QString &error, const QString &errorMessage);
-    void finished(TlsCertVerifierOp *self);
+    void ready(Tp::PendingOperation *self);
+    void error(Tp::PendingOperation *self, const QString &error, const QString &errorMessage);
+    void finished(Tp::PendingOperation *self);
 
 private Q_SLOTS:
     void gotProperties(Tp::PendingOperation *op);

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list