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/clipboardproxy.h | |
parent | 6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff) | |
download | kube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip |
On windows the exports are mandatory
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) |