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


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

The following commit has been merged in the master branch:
commit 3446b74f9aee424b317ec6ee089d0c212d50f2f7
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue Apr 17 20:13:27 2012 +1000

    Export AbstractMessageFilter
    
    Create a pretty header for it, and add export macro to class
    declaration.
---
 CMakeLists.txt                | 1 +
 lib/abstract-message-filter.h | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5dc102..49fc633 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,6 +21,7 @@ include_directories (${KDE4_INCLUDES}
                      ${TELEPATHY_QT4_INCLUDE_DIR}
                      ${QT_QTWEBKIT_INCLUDES}
                      ${KTP_INCLUDE_DIR}
+                     "${CMAKE_CURRENT_SOURCE_DIR}/lib"
 )
 
 add_definitions (${KDE4_DEFINITIONS}
diff --git a/lib/abstract-message-filter.h b/lib/abstract-message-filter.h
index 6c13d8e..c07a95e 100644
--- a/lib/abstract-message-filter.h
+++ b/lib/abstract-message-filter.h
@@ -20,8 +20,9 @@
 #define ABSTRACTPLUGIN_H
 
 #include "message.h"
+#include "ktpchat_export.h"
 
-class AbstractMessageFilter : public QObject
+class KDE_TELEPATHY_CHAT_EXPORT AbstractMessageFilter : public QObject
 {
 Q_OBJECT
 public:

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list