diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 17:36:54 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 17:36:54 +0200 |
commit | fdc376a735e4e7da9a21aa053f65dff835985440 (patch) | |
tree | 045dfbb701ef62d88c081d0fa145092fa4fbbb24 /framework/src/domain/outboxmodel.h | |
parent | 6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff) | |
download | kube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip |
On windows the exports are mandatory
Diffstat (limited to 'framework/src/domain/outboxmodel.h')
-rw-r--r-- | framework/src/domain/outboxmodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/domain/outboxmodel.h b/framework/src/domain/outboxmodel.h index 4be9c7f8..dc5a642a 100644 --- a/framework/src/domain/outboxmodel.h +++ b/framework/src/domain/outboxmodel.h | |||
@@ -19,7 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | #include "kube_export.h" | |
23 | #include <sink/store.h> | 23 | #include <sink/store.h> |
24 | #include <sink/notifier.h> | 24 | #include <sink/notifier.h> |
25 | 25 | ||
@@ -27,7 +27,7 @@ | |||
27 | #include <QSharedPointer> | 27 | #include <QSharedPointer> |
28 | #include <QStringList> | 28 | #include <QStringList> |
29 | 29 | ||
30 | class OutboxModel : public QSortFilterProxyModel | 30 | class KUBE_EXPORT OutboxModel : public QSortFilterProxyModel |
31 | { | 31 | { |
32 | Q_OBJECT | 32 | Q_OBJECT |
33 | 33 | ||