diff options
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 | ||