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


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

The following commit has been merged in the master branch:
commit 59b2b025d4ec8b63afc90afb883ee01cbb7c112e
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue Jun 5 07:28:58 2012 +1000

    Slight fixes to EscapeFilter
    
    Add some stuff to CMakelists.txt and add the Q_OBJECT macro to it.
---
 filters/CMakeLists.txt         | 3 ++-
 filters/escape/escape-filter.h | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/filters/CMakeLists.txt b/filters/CMakeLists.txt
index 7954be1..283405b 100644
--- a/filters/CMakeLists.txt
+++ b/filters/CMakeLists.txt
@@ -1,2 +1,3 @@
 add_subdirectory (emoticons)
-add_subdirectory(escape)
\ No newline at end of file
+add_subdirectory(escape)
+add_subdirectory(formatting)
\ No newline at end of file
diff --git a/filters/escape/escape-filter.h b/filters/escape/escape-filter.h
index 282be8a..8f13fed 100644
--- a/filters/escape/escape-filter.h
+++ b/filters/escape/escape-filter.h
@@ -22,6 +22,8 @@
 
 class EscapeFilter : public AbstractMessageFilter
 {
+Q_OBJECT
+
 public:
     explicit EscapeFilter(QObject* parent, const QVariantList&);
     virtual void filterMessage(Message& message);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list