[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=b5111a3

The following commit has been merged in the master branch:
commit b5111a3e00d42d7128b75ac04b23bb4a2a85d4f3
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Sep 27 18:56:20 2011 +0100

    Mark some variables as unused
    
    Reviewed-by: Martin Klapetek <martin.klapetek at gmail.com>
---
 telepathy-module.cpp | 2 ++
 telepathy-mpris.cpp  | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/telepathy-module.cpp b/telepathy-module.cpp
index a355d84..cbf115a 100644
--- a/telepathy-module.cpp
+++ b/telepathy-module.cpp
@@ -36,6 +36,8 @@ K_EXPORT_PLUGIN(TelepathyModuleFactory("telepathy_module"))
 TelepathyModule::TelepathyModule(QObject* parent, const QList<QVariant>& args)
     : KDEDModule(parent)
 {
+    Q_UNUSED(args)
+
     Tp::registerTypes();
     Tp::enableDebug(false);
     Tp::enableWarnings(false);
diff --git a/telepathy-mpris.cpp b/telepathy-mpris.cpp
index 4752b80..3d4c4da 100644
--- a/telepathy-mpris.cpp
+++ b/telepathy-mpris.cpp
@@ -86,6 +86,9 @@ TelepathyMPRIS::~TelepathyMPRIS()
 
 void TelepathyMPRIS::onPlayerSignalReceived(const QString &interface, const QVariantMap &changedProperties, const QStringList &invalidatedProperties)
 {
+    Q_UNUSED(interface)
+    Q_UNUSED(invalidatedProperties)
+
     if (m_accountManager->onlineAccounts()->accounts().isEmpty()) {
         return;
     }

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list