summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/outboxmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/outboxmodel.h')
-rw-r--r--framework/src/domain/outboxmodel.h4
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
30class OutboxModel : public QSortFilterProxyModel 30class KUBE_EXPORT OutboxModel : public QSortFilterProxyModel
31{ 31{
32 Q_OBJECT 32 Q_OBJECT
33 33