Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
6a8753bd
Commit
6a8753bd
authored
Mar 31, 2016
by
Laurent Montel
😁
Browse files
Clean up code
parent
199f3ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/viewer_p.cpp
View file @
6a8753bd
...
...
@@ -2188,11 +2188,7 @@ void ViewerPrivate::updateReaderWin()
}
mRecursionCountForDisplayMessage
++
;
#ifdef MESSAGEVIEWER_USE_QTWEBENGINE
mViewer
->
setAllowExternalContent
(
htmlLoadExternal
());
#else
mViewer
->
setAllowExternalContent
(
htmlLoadExternal
());
#endif
htmlWriter
()
->
reset
();
//TODO: if the item doesn't have the payload fetched, try to fetch it? Maybe not here, but in setMessageItem.
if
(
mMessage
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment