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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=43ace4f

The following commit has been merged in the master branch:
commit 43ace4fd8906b8aa8d45ca385a90c21504186267
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Aug 31 16:19:12 2012 +0200

    Revert "Add method AdiumThemeMessageInfo::setType"
    
    This reverts commit 9d32bee123509f8f224cbfbb96fa0fa699f71323.
    
    As David commented, this is not really necessary
---
 lib/adium-theme-message-info.cpp | 5 -----
 lib/adium-theme-message-info.h   | 1 -
 2 files changed, 6 deletions(-)

diff --git a/lib/adium-theme-message-info.cpp b/lib/adium-theme-message-info.cpp
index b986d6c..e32910f 100644
--- a/lib/adium-theme-message-info.cpp
+++ b/lib/adium-theme-message-info.cpp
@@ -68,11 +68,6 @@ AdiumThemeMessageInfo::MessageType AdiumThemeMessageInfo::type() const
     return d->type;
 }
 
-void AdiumThemeMessageInfo::setType(AdiumThemeMessageInfo::MessageType type)
-{
-    d->type = type;
-}
-
 QString AdiumThemeMessageInfo::message() const
 {
     return d->message;
diff --git a/lib/adium-theme-message-info.h b/lib/adium-theme-message-info.h
index b29199d..7b7587e 100644
--- a/lib/adium-theme-message-info.h
+++ b/lib/adium-theme-message-info.h
@@ -46,7 +46,6 @@ public:
     AdiumThemeMessageInfo &operator=(const AdiumThemeMessageInfo &other);
 
     MessageType type() const;
-    void setType(MessageType type);
 
     /** The message itself of the message/status. */
     QString message() const;

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list