diff options
Diffstat (limited to 'framework/src/domain/peoplemodel.h')
-rw-r--r-- | framework/src/domain/peoplemodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domain/peoplemodel.h b/framework/src/domain/peoplemodel.h index 69d07417..6c920252 100644 --- a/framework/src/domain/peoplemodel.h +++ b/framework/src/domain/peoplemodel.h | |||
@@ -20,6 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include "kube_export.h" | ||
23 | #include <QSortFilterProxyModel> | 24 | #include <QSortFilterProxyModel> |
24 | #include <QSharedPointer> | 25 | #include <QSharedPointer> |
25 | 26 | ||
@@ -30,7 +31,7 @@ namespace Sink { | |||
30 | /** | 31 | /** |
31 | * A model that mixes addressbooks, contact groups and contacts | 32 | * A model that mixes addressbooks, contact groups and contacts |
32 | */ | 33 | */ |
33 | class PeopleModel : public QSortFilterProxyModel | 34 | class KUBE_EXPORT PeopleModel : public QSortFilterProxyModel |
34 | { | 35 | { |
35 | Q_OBJECT | 36 | Q_OBJECT |
36 | Q_PROPERTY (QVariant addressbook READ addressbook WRITE setAddressbook) | 37 | Q_PROPERTY (QVariant addressbook READ addressbook WRITE setAddressbook) |