summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/textdocumenthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/textdocumenthandler.h')
-rw-r--r--framework/src/domain/textdocumenthandler.h4
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 @@
25class QTextDocument; 25class QTextDocument;
26class QQuickTextDocument; 26class QQuickTextDocument;
27 27
28class TextDocumentHandler : public QObject 28class KUBE_EXPORT TextDocumentHandler : public QObject
29{ 29{
30 Q_OBJECT 30 Q_OBJECT
31 31