[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=77c6221

The following commit has been merged in the master branch:
commit 77c622149edbba3caa148c67bd18e28ec5ae34a9
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Feb 8 23:15:59 2012 +0000

    Process messages in the plasmoid through our message filter
    
    BUG: 293521
    REVIEW: 103901
---
 KTp/message-processor.h | 6 +++++-
 KTp/message.h           | 4 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/KTp/message-processor.h b/KTp/message-processor.h
index 55f57e1..d6228b5 100644
--- a/KTp/message-processor.h
+++ b/KTp/message-processor.h
@@ -21,8 +21,12 @@
 #define MESSAGE_PROCESSOR_H
 
 #include "message.h"
+
 #include <QList>
 
+#include <ktpchat_export.h>
+
+
 class AbstractMessageFilter : public QObject
 {
 Q_OBJECT
@@ -34,7 +38,7 @@ public:
 };
 
 //each thing that displays message will have an instance of this
-class MessageProcessor : public QObject
+class KDE_TELEPATHY_CHAT_EXPORT MessageProcessor : public QObject
 {
 
 public:
diff --git a/KTp/message.h b/KTp/message.h
index cccf150..c9d4340 100644
--- a/KTp/message.h
+++ b/KTp/message.h
@@ -22,7 +22,9 @@
 
 #include <TelepathyQt/Message>
 
-class Message {
+#include <ktpchat_export.h>
+
+class KDE_TELEPATHY_CHAT_EXPORT Message {
 
 public:
     Message(const Tp::Message& original);

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list