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


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

The following commit has been merged in the master branch:
commit 9294efc16d69dd318ef69b26b310006859fcb794
Author: Lasath Fernando <kde at lasath.org>
Date:   Fri Jul 13 00:56:33 2012 +1000

    Rename MessageProcessor::loadAllPlugins()
    
    Since it no longer loads 'all' plugins, merely the ones that are
    enabled.
---
 lib/message-processor.cpp | 4 ++--
 lib/message-processor.h   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/message-processor.cpp b/lib/message-processor.cpp
index 58a9998..27fa6c2 100644
--- a/lib/message-processor.cpp
+++ b/lib/message-processor.cpp
@@ -52,7 +52,7 @@ MessageProcessor::MessageProcessor()
     m_filters.append(new EscapeFilter(this));
     m_filters.append(new UrlFilter(this));
 
-    loadAllPlugins();
+    loadPlugins();
 }
 
 
@@ -79,7 +79,7 @@ Message MessageProcessor::processOutgoingMessage(const Tp::Message &sentMessage)
     return message;
 }
 
-void MessageProcessor::loadAllPlugins() {
+void MessageProcessor::loadPlugins() {
     kDebug() << "Starting loading filters...";
 
     Q_FOREACH (const KPluginInfo &plugin, pluginList()) {
diff --git a/lib/message-processor.h b/lib/message-processor.h
index f07a13e..5ead255 100644
--- a/lib/message-processor.h
+++ b/lib/message-processor.h
@@ -54,7 +54,7 @@ protected:
     explicit MessageProcessor();
 
 private:
-    void loadAllPlugins();
+    void loadPlugins();
     static MessageProcessor* s_instance;
     QList<AbstractMessageFilter*> m_filters;
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list