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/controller.h | |
parent | 6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff) | |
download | kube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip |
On windows the exports are mandatory
Diffstat (limited to 'framework/src/domain/controller.h')
-rw-r--r-- | framework/src/domain/controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/domain/controller.h b/framework/src/domain/controller.h index 9166a63a..d3c1075f 100644 --- a/framework/src/domain/controller.h +++ b/framework/src/domain/controller.h | |||
@@ -17,7 +17,7 @@ | |||
17 | 02110-1301, USA. | 17 | 02110-1301, USA. |
18 | */ | 18 | */ |
19 | #pragma once | 19 | #pragma once |
20 | 20 | #include "kube_export.h" | |
21 | #include <QObject> | 21 | #include <QObject> |
22 | #include <QVariant> | 22 | #include <QVariant> |
23 | #include <KAsync/Async> | 23 | #include <KAsync/Async> |
@@ -69,7 +69,7 @@ private: | |||
69 | bool mEnabled = false; | 69 | bool mEnabled = false; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | class ControllerAction : public ControllerState { | 72 | class KUBE_EXPORT ControllerAction : public ControllerState { |
73 | Q_OBJECT | 73 | Q_OBJECT |
74 | public: | 74 | public: |
75 | ControllerAction(); | 75 | ControllerAction(); |