diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 10:00:11 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 10:00:11 +0200 |
commit | bc6ac986dc9dde942b0a9185940e748c3a0e87c9 (patch) | |
tree | e5279c9d957ed2653e315274079d7325ce2f2e8f /framework/src/domain/textdocumenthandler.h | |
parent | 88616288d8541397776b54c5546d61af835483af (diff) | |
download | kube-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.h | 2 |
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 | |||
91 | Q_SIGNALS: | 93 | Q_SIGNALS: |
92 | void documentChanged(); | 94 | void documentChanged(); |
93 | void cursorPositionChanged(); | 95 | void cursorPositionChanged(); |