diff options
Diffstat (limited to 'framework/src/clipboardproxy.h')
-rw-r--r-- | framework/src/clipboardproxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/clipboardproxy.h b/framework/src/clipboardproxy.h index 9a965004..549483b9 100644 --- a/framework/src/clipboardproxy.h +++ b/framework/src/clipboardproxy.h | |||
@@ -18,8 +18,10 @@ | |||
18 | */ | 18 | */ |
19 | #pragma once | 19 | #pragma once |
20 | 20 | ||
21 | #include "kube_export.h" | ||
21 | #include <QObject> | 22 | #include <QObject> |
22 | class ClipboardProxy : public QObject | 23 | |
24 | class KUBE_EXPORT ClipboardProxy : public QObject | ||
23 | { | 25 | { |
24 | Q_OBJECT | 26 | Q_OBJECT |
25 | Q_PROPERTY(QString text READ dataText WRITE setDataText NOTIFY dataChanged) | 27 | Q_PROPERTY(QString text READ dataText WRITE setDataText NOTIFY dataChanged) |