diff options
Diffstat (limited to 'framework/src/domain/contactcontroller.h')
-rw-r--r-- | framework/src/domain/contactcontroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/domain/contactcontroller.h b/framework/src/domain/contactcontroller.h index e8d06229..5b49c77b 100644 --- a/framework/src/domain/contactcontroller.h +++ b/framework/src/domain/contactcontroller.h | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | #include "kube_export.h" | |
22 | #include <QObject> | 22 | #include <QObject> |
23 | #include <QString> | 23 | #include <QString> |
24 | #include <QStringList> | 24 | #include <QStringList> |
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include "controller.h" | 27 | #include "controller.h" |
28 | 28 | ||
29 | class ContactController : public Kube::Controller | 29 | class KUBE_EXPORT ContactController : public Kube::Controller |
30 | { | 30 | { |
31 | Q_OBJECT | 31 | Q_OBJECT |
32 | 32 | ||