diff options
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(); |