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


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

The following commit has been merged in the master branch:
commit 6250b0291696c43639df8cad6ce865ae8c0fed4b
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Dec 19 14:43:25 2012 +0000

    Add missing kde export
---
 KTp/Models/contacts-list-model.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/KTp/Models/contacts-list-model.h b/KTp/Models/contacts-list-model.h
index a2d5821..b5eee8a 100644
--- a/KTp/Models/contacts-list-model.h
+++ b/KTp/Models/contacts-list-model.h
@@ -23,11 +23,12 @@
 #include <TelepathyQt/Types>
 
 #include <KTp/global-contact-manager.h>
+#include <KTp/ktp-export.h>
 
 namespace KTp
 {
 
-class ContactsListModel : public QAbstractListModel
+class KTP_EXPORT ContactsListModel : public QAbstractListModel
 {
     Q_OBJECT
 public:

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list