[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-filetransfer-handler.git;a=commitdiff;h=6ed8355

The following commit has been merged in the master branch:
commit 6ed83558a7db56d92d2e4faf23b7e4fff8ac56b4
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Fri Nov 14 11:41:43 2014 +0100

    Remove export macro from TelepathyBaseJob
    
    This is not a library
---
 src/telepathy-base-job.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/telepathy-base-job.h b/src/telepathy-base-job.h
index 66fab23..f312e1c 100644
--- a/src/telepathy-base-job.h
+++ b/src/telepathy-base-job.h
@@ -21,7 +21,6 @@
 #ifndef LIBKTP_TELEPATHY_BASE_JOB_H
 #define LIBKTP_TELEPATHY_BASE_JOB_H
 
-#include <kdemacros.h>
 #include <KJob>
 
 namespace KTp
@@ -83,7 +82,7 @@ enum JobError {
 };
 
 class TelepathyBaseJobPrivate;
-class KDE_EXPORT TelepathyBaseJob : public KJob
+class TelepathyBaseJob : public KJob
 {
     Q_OBJECT
     Q_DISABLE_COPY(TelepathyBaseJob)

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list