summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/messageparser.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 10:30:21 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-23 10:30:21 +0200
commite7b821c4308c6ed15daed911184980149cce38ff (patch)
treebdf19f2bc06253aa283dbb1ff56458091737cad5 /framework/src/domain/messageparser.h
parent7f90b1ddab470a414833ffadd4fdefc2382ab6fc (diff)
downloadkube-e7b821c4308c6ed15daed911184980149cce38ff.tar.gz
kube-e7b821c4308c6ed15daed911184980149cce38ff.zip
Always use richtext, and avoid using a browser for simple html
Diffstat (limited to 'framework/src/domain/messageparser.h')
-rw-r--r--framework/src/domain/messageparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/messageparser.h b/framework/src/domain/messageparser.h
index 6d52c4b2..de4d8838 100644
--- a/framework/src/domain/messageparser.h
+++ b/framework/src/domain/messageparser.h
@@ -70,6 +70,7 @@ public:
70 TypeRole = Qt::UserRole + 1, 70 TypeRole = Qt::UserRole + 1,
71 ContentsRole, 71 ContentsRole,
72 ContentRole, 72 ContentRole,
73 IsComplexHtmlContentRole,
73 IsEmbededRole, 74 IsEmbededRole,
74 SecurityLevelRole, 75 SecurityLevelRole,
75 EncryptionErrorType, 76 EncryptionErrorType,