diff options
Diffstat (limited to 'framework/src/domainobjectcontroller.h')
-rw-r--r-- | framework/src/domainobjectcontroller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domainobjectcontroller.h b/framework/src/domainobjectcontroller.h index 5805c5a8..e0d62d48 100644 --- a/framework/src/domainobjectcontroller.h +++ b/framework/src/domainobjectcontroller.h | |||
@@ -18,6 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | #pragma once | 19 | #pragma once |
20 | 20 | ||
21 | #include "kube_export.h" | ||
21 | #include <QObject> | 22 | #include <QObject> |
22 | #include <QVariant> | 23 | #include <QVariant> |
23 | #include <QAbstractItemModel> | 24 | #include <QAbstractItemModel> |
@@ -25,7 +26,7 @@ | |||
25 | 26 | ||
26 | namespace Kube { | 27 | namespace Kube { |
27 | 28 | ||
28 | class DomainObjectController : public QObject | 29 | class KUBE_EXPORT DomainObjectController : public QObject |
29 | { | 30 | { |
30 | Q_OBJECT | 31 | Q_OBJECT |
31 | Q_PROPERTY(QVariant currentObject READ currentObject NOTIFY currentObjectChanged) | 32 | Q_PROPERTY(QVariant currentObject READ currentObject NOTIFY currentObjectChanged) |