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


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

The following commit has been merged in the master branch:
commit e5670faf7a97dfe832b88bcb3e587705c1fce232
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri May 4 11:52:05 2012 +0200

    Make constructors explicit
---
 autoaway.h                     | 2 +-
 contact-request-handler.h      | 2 +-
 error-handler.h                | 2 +-
 telepathy-kded-module-plugin.h | 2 +-
 telepathy-mpris.h              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/autoaway.h b/autoaway.h
index 8691a4f..9496047 100644
--- a/autoaway.h
+++ b/autoaway.h
@@ -35,7 +35,7 @@ class AutoAway : public TelepathyKDEDModulePlugin
     Q_OBJECT
 
 public:
-    AutoAway(KTp::GlobalPresence *globalPresence, QObject* parent = 0);
+    explicit AutoAway(KTp::GlobalPresence *globalPresence, QObject* parent = 0);
     ~AutoAway();
 
     void readConfig();
diff --git a/contact-request-handler.h b/contact-request-handler.h
index a5ce342..45bbd8d 100644
--- a/contact-request-handler.h
+++ b/contact-request-handler.h
@@ -31,7 +31,7 @@ class ContactRequestHandler : public QObject
 {
     Q_OBJECT
 public:
-    ContactRequestHandler(const Tp::AccountManagerPtr& am, QObject *parent = 0);
+    explicit ContactRequestHandler(const Tp::AccountManagerPtr& am, QObject *parent = 0);
     virtual ~ContactRequestHandler();
 
 private Q_SLOTS:
diff --git a/error-handler.h b/error-handler.h
index 5a4acb8..5c033aa 100644
--- a/error-handler.h
+++ b/error-handler.h
@@ -28,7 +28,7 @@ class ErrorHandler : public QObject
 {
     Q_OBJECT
 public:
-    ErrorHandler(const Tp::AccountManagerPtr& am, QObject *parent = 0);
+    explicit ErrorHandler(const Tp::AccountManagerPtr& am, QObject *parent = 0);
     virtual ~ErrorHandler();
 
     enum SystemMessageType {
diff --git a/telepathy-kded-module-plugin.h b/telepathy-kded-module-plugin.h
index b2fe657..9d1ff20 100644
--- a/telepathy-kded-module-plugin.h
+++ b/telepathy-kded-module-plugin.h
@@ -34,7 +34,7 @@ class TelepathyKDEDModulePlugin : public QObject
     Q_OBJECT
 
 public:
-    TelepathyKDEDModulePlugin(KTp::GlobalPresence *globalPresence, QObject *parent = 0);
+    explicit TelepathyKDEDModulePlugin(KTp::GlobalPresence *globalPresence, QObject *parent = 0);
     virtual ~TelepathyKDEDModulePlugin();
 
     bool isActive() const { return m_active; };
diff --git a/telepathy-mpris.h b/telepathy-mpris.h
index f8ab6cb..de45cec 100644
--- a/telepathy-mpris.h
+++ b/telepathy-mpris.h
@@ -30,7 +30,7 @@ class TelepathyMPRIS : public TelepathyKDEDModulePlugin
     Q_OBJECT
 
 public:
-    TelepathyMPRIS(KTp::GlobalPresence *globalPresence, QObject *parent = 0);
+    explicit TelepathyMPRIS(KTp::GlobalPresence *globalPresence, QObject *parent = 0);
     virtual ~TelepathyMPRIS();
 
     QString pluginName() const;

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list