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


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

The following commit has been merged in the master branch:
commit af675dbc438aea8f38d00b7637b78aeb5a8f3966
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.
---
 lib/message.h | 1 +
 1 file changed, 1 insertion(+)

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

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list