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


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

The following commit has been merged in the master branch:
commit 23390d2c6254c20c8beab2a357d1e6b02ea2c691
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Mar 13 16:43:07 2012 +0100

    Declare installCallback using KTP_EXPORT
---
 KTp/debug.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/KTp/debug.h b/KTp/debug.h
index 8ed339e..1c3970a 100644
--- a/KTp/debug.h
+++ b/KTp/debug.h
@@ -19,6 +19,8 @@
 #ifndef KTP_DEBUG_H
 #define KTP_DEBUG_H
 
+#include "ktp-export.h"
+
 namespace KTp {
 namespace Debug {
 
@@ -29,7 +31,7 @@ namespace Debug {
      * @param debug If true enable Telepathy-Qt debug
      * @param warning If true enable Telepathy-Qt warnings
      */
-    void installCallback(bool debug, bool warning = true);
+    KTP_EXPORT void installCallback(bool debug, bool warning = true);
 
 } // namespace Debug
 } // namespace KTp

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list