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/domainobjectcontroller.h | |
parent | 6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff) | |
download | kube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip |
On windows the exports are mandatory
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) |