summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/textdocumenthandler.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-03 17:36:54 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-03 17:36:54 +0200
commitfdc376a735e4e7da9a21aa053f65dff835985440 (patch)
tree045dfbb701ef62d88c081d0fa145092fa4fbbb24 /framework/src/domain/textdocumenthandler.h
parent6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff)
downloadkube-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.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