summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/textdocumenthandler.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-01 10:00:11 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-01 10:00:11 +0200
commitbc6ac986dc9dde942b0a9185940e748c3a0e87c9 (patch)
treee5279c9d957ed2653e315274079d7325ce2f2e8f /framework/src/domain/textdocumenthandler.h
parent88616288d8541397776b54c5546d61af835483af (diff)
downloadkube-bc6ac986dc9dde942b0a9185940e748c3a0e87c9.tar.gz
kube-bc6ac986dc9dde942b0a9185940e748c3a0e87c9.zip
Enable HTML mode when loading an html message.
Diffstat (limited to 'framework/src/domain/textdocumenthandler.h')
-rw-r--r--framework/src/domain/textdocumenthandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/textdocumenthandler.h b/framework/src/domain/textdocumenthandler.h
index 91cd8489..38de917d 100644
--- a/framework/src/domain/textdocumenthandler.h
+++ b/framework/src/domain/textdocumenthandler.h
@@ -88,6 +88,8 @@ public:
88 88
89 Q_INVOKABLE void resetFormat(); 89 Q_INVOKABLE void resetFormat();
90 90
91 Q_INVOKABLE static bool isHtml(const QString &);
92
91Q_SIGNALS: 93Q_SIGNALS:
92 void documentChanged(); 94 void documentChanged();
93 void cursorPositionChanged(); 95 void cursorPositionChanged();