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


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

The following commit has been merged in the master branch:
commit bc097991fb2059f87e977c6dc3037fb893ffe467
Author: Daniel Cohen <analoguecolour at gmail.com>
Date:   Fri Sep 13 02:22:03 2013 +0100

    Added Q_DECLARE_METATYPE for Tp::TextChannelPtr
---
 KTp/types.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/KTp/types.h b/KTp/types.h
index e3b350c..a43bc2c 100644
--- a/KTp/types.h
+++ b/KTp/types.h
@@ -25,6 +25,7 @@
 
 #include "core.h"
 
+#include <TelepathyQt/TextChannel>
 #include <TelepathyQt/Account>
 #include <TelepathyQt/AccountManager>
 
@@ -89,6 +90,7 @@ Q_DECLARE_METATYPE(Tp::AccountPtr)
 Q_DECLARE_METATYPE(KTp::ContactPtr)
 Q_DECLARE_METATYPE(Tp::AccountManagerPtr);
 Q_DECLARE_METATYPE(Tp::ConnectionPtr);
+Q_DECLARE_METATYPE(Tp::TextChannelPtr);
 
 
 #endif // KTP_TYPES_H

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list