summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/controller.h')
-rw-r--r--framework/src/domain/controller.h4
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
72class ControllerAction : public ControllerState { 72class KUBE_EXPORT ControllerAction : public ControllerState {
73 Q_OBJECT 73 Q_OBJECT
74public: 74public:
75 ControllerAction(); 75 ControllerAction();