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/domain/textdocumenthandler.h | |
parent | 6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff) | |
download | kube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip |
On windows the exports are mandatory
Diffstat (limited to 'framework/src/domain/textdocumenthandler.h')
-rw-r--r-- | framework/src/domain/textdocumenthandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/domain/textdocumenthandler.h b/framework/src/domain/textdocumenthandler.h index 43781940..91cd8489 100644 --- a/framework/src/domain/textdocumenthandler.h +++ b/framework/src/domain/textdocumenthandler.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 <QFont> | 22 | #include <QFont> |
23 | #include <QTextCursor> | 23 | #include <QTextCursor> |
@@ -25,7 +25,7 @@ | |||
25 | class QTextDocument; | 25 | class QTextDocument; |
26 | class QQuickTextDocument; | 26 | class QQuickTextDocument; |
27 | 27 | ||
28 | class TextDocumentHandler : public QObject | 28 | class KUBE_EXPORT TextDocumentHandler : public QObject |
29 | { | 29 | { |
30 | Q_OBJECT | 30 | Q_OBJECT |
31 | 31 | ||