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


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

The following commit has been merged in the master branch:
commit 71a190bb30ec5790f13285f2d4bf511dd2e439d4
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Feb 18 14:05:27 2015 +0100

    Remove unneeded moc includes
---
 conference-auth-observer.cpp            | 2 --
 conference-auth-op.cpp                  | 2 --
 sasl-auth-op.cpp                        | 2 --
 sasl-handler.cpp                        | 2 --
 tls-cert-verifier-op.cpp                | 2 --
 tls-handler.cpp                         | 2 --
 x-telepathy-password-auth-operation.cpp | 2 --
 x-telepathy-password-prompt.cpp         | 2 --
 8 files changed, 16 deletions(-)

diff --git a/conference-auth-observer.cpp b/conference-auth-observer.cpp
index c741a41..0e7a435 100644
--- a/conference-auth-observer.cpp
+++ b/conference-auth-observer.cpp
@@ -79,5 +79,3 @@ void ConferenceAuthObserver::onAuthFinished(Tp::PendingOperation *op)
 
     KTp::TelepathyHandlerApplication::jobFinished();
 }
-
-#include "conference-auth-observer.moc"
diff --git a/conference-auth-op.cpp b/conference-auth-op.cpp
index f8882cb..a21e130 100644
--- a/conference-auth-op.cpp
+++ b/conference-auth-op.cpp
@@ -114,5 +114,3 @@ void ConferenceAuthOp::onPasswordProvided(QDBusPendingCallWatcher *watcher)
         passwordDialog();
     }
 }
-
-#include "conference-auth-op.moc"
diff --git a/sasl-auth-op.cpp b/sasl-auth-op.cpp
index bf0f444..dd42daa 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -117,5 +117,3 @@ void SaslAuthOp::setReady()
             SIGNAL(finished(Tp::PendingOperation*)),
             SLOT(gotProperties(Tp::PendingOperation*)));
 }
-
-#include "sasl-auth-op.moc"
diff --git a/sasl-handler.cpp b/sasl-handler.cpp
index c7b0c52..c71d555 100644
--- a/sasl-handler.cpp
+++ b/sasl-handler.cpp
@@ -107,5 +107,3 @@ void SaslHandler::onAuthFinished(Tp::PendingOperation *op)
     mAuthContexts.remove(auth);
     KTp::TelepathyHandlerApplication::jobFinished();
 }
-
-#include "sasl-handler.moc"
diff --git a/tls-cert-verifier-op.cpp b/tls-cert-verifier-op.cpp
index 1f0bd61..b2c4f51 100644
--- a/tls-cert-verifier-op.cpp
+++ b/tls-cert-verifier-op.cpp
@@ -273,5 +273,3 @@ QList< QSslCertificate > TlsCertVerifierOp::chainToList(const QCA::CertificateCh
 
     return certs;
 }
-
-#include "tls-cert-verifier-op.moc"
diff --git a/tls-handler.cpp b/tls-handler.cpp
index e2994b5..01f3884 100644
--- a/tls-handler.cpp
+++ b/tls-handler.cpp
@@ -100,5 +100,3 @@ void TlsHandler::onCertVerifierFinished(Tp::PendingOperation *op)
     mVerifiers.remove(verifier);
     KTp::TelepathyHandlerApplication::jobFinished();
 }
-
-#include "tls-handler.moc"
diff --git a/x-telepathy-password-auth-operation.cpp b/x-telepathy-password-auth-operation.cpp
index bfe81c0..0d58578 100644
--- a/x-telepathy-password-auth-operation.cpp
+++ b/x-telepathy-password-auth-operation.cpp
@@ -245,5 +245,3 @@ void XTelepathyPasswordAuthOperation::storeCredentials(const QString &secret)
         });
     });
 }
-
-#include "x-telepathy-password-auth-operation.moc"
diff --git a/x-telepathy-password-prompt.cpp b/x-telepathy-password-prompt.cpp
index 760ce6b..3abaad0 100644
--- a/x-telepathy-password-prompt.cpp
+++ b/x-telepathy-password-prompt.cpp
@@ -62,5 +62,3 @@ bool XTelepathyPasswordPrompt::savePassword() const
 {
     return ui->savePassword->isChecked();
 }
-
-#include "x-telepathy-password-prompt.moc"

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list