[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:20:19 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=6ab6f96
The following commit has been merged in the master branch:
commit 6ab6f9637185cfdc6c702ce5fce67d4d06b098b0
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date: Fri Oct 14 17:25:19 2011 +0200
Make constructors explicit
---
lib/adium-theme-content-info.h | 2 +-
lib/adium-theme-header-info.h | 4 ++--
lib/adium-theme-message-info.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/adium-theme-content-info.h b/lib/adium-theme-content-info.h
index df4f70d..59ef053 100644
--- a/lib/adium-theme-content-info.h
+++ b/lib/adium-theme-content-info.h
@@ -31,7 +31,7 @@ class AdiumThemeContentInfoPrivate;
class KDE_TELEPATHY_CHAT_EXPORT AdiumThemeContentInfo : public AdiumThemeMessageInfo
{
public:
- AdiumThemeContentInfo();
+ explicit AdiumThemeContentInfo();
explicit AdiumThemeContentInfo(AdiumThemeMessageInfo::MessageType);
explicit AdiumThemeContentInfo(const AdiumThemeContentInfo &other);
virtual ~AdiumThemeContentInfo();
diff --git a/lib/adium-theme-header-info.h b/lib/adium-theme-header-info.h
index e0d8dd2..03f9734 100644
--- a/lib/adium-theme-header-info.h
+++ b/lib/adium-theme-header-info.h
@@ -33,8 +33,8 @@ class AdiumThemeHeaderInfoPrivate;
class KDE_TELEPATHY_CHAT_EXPORT AdiumThemeHeaderInfo
{
public:
- AdiumThemeHeaderInfo();
- AdiumThemeHeaderInfo(const AdiumThemeHeaderInfo &other);
+ explicit AdiumThemeHeaderInfo();
+ explicit AdiumThemeHeaderInfo(const AdiumThemeHeaderInfo &other);
virtual ~AdiumThemeHeaderInfo();
AdiumThemeHeaderInfo &operator=(const AdiumThemeHeaderInfo &other);
diff --git a/lib/adium-theme-message-info.h b/lib/adium-theme-message-info.h
index 08a8acd..ddbead2 100644
--- a/lib/adium-theme-message-info.h
+++ b/lib/adium-theme-message-info.h
@@ -38,7 +38,7 @@ public:
Invalid
};
- AdiumThemeMessageInfo();
+ explicit AdiumThemeMessageInfo();
explicit AdiumThemeMessageInfo(MessageType);
explicit AdiumThemeMessageInfo(const AdiumThemeMessageInfo &other);
virtual ~AdiumThemeMessageInfo();
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list