diff options
Diffstat (limited to 'framework/src/domain/perioddayeventmodel.h')
-rw-r--r-- | framework/src/domain/perioddayeventmodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/domain/perioddayeventmodel.h b/framework/src/domain/perioddayeventmodel.h index e116d9a2..ab04df50 100644 --- a/framework/src/domain/perioddayeventmodel.h +++ b/framework/src/domain/perioddayeventmodel.h | |||
@@ -20,7 +20,7 @@ | |||
20 | */ | 20 | */ |
21 | 21 | ||
22 | #pragma once | 22 | #pragma once |
23 | 23 | #include "kube_export.h" | |
24 | #include <sink/applicationdomaintype.h> | 24 | #include <sink/applicationdomaintype.h> |
25 | 25 | ||
26 | #include <QAbstractItemModel> | 26 | #include <QAbstractItemModel> |
@@ -76,7 +76,7 @@ | |||
76 | // | '--- List of event pointers for that day | 76 | // | '--- List of event pointers for that day |
77 | // '--- Partition / day | 77 | // '--- Partition / day |
78 | // | 78 | // |
79 | class PeriodDayEventModel : public QAbstractItemModel | 79 | class KUBE_EXPORT PeriodDayEventModel : public QAbstractItemModel |
80 | { | 80 | { |
81 | Q_OBJECT | 81 | Q_OBJECT |
82 | 82 | ||