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


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

The following commit has been merged in the master branch:
commit 7e2d2f6de9a23f2d6e35ff92e0a7879313b30a19
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Aug 31 14:41:47 2012 +0200

    Add missing Tpl::TextEvent include.
    
    This fixes this kind of error
    
      error: invalid use of incomplete type ‘class Tpl::TextEvent’
      In instantiation of ‘class QGlib::RefPointer<Tpl::TextEvent>’:
    
    when trying to instantiate a message using the default constructor.
---
 KTp/message.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/KTp/message.h b/KTp/message.h
index ef9530b..65276be 100644
--- a/KTp/message.h
+++ b/KTp/message.h
@@ -24,6 +24,7 @@
 
 #ifdef TELEPATHY_LOGGER_QT4_FOUND
 #include <TelepathyLoggerQt4/Types>
+#include <TelepathyLoggerQt4/TextEvent>
 #endif
 
 #include <ktpchat_export.h>

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list