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
2cb5b64d
Commit
2cb5b64d
authored
Apr 01, 2016
by
Laurent Montel
😁
Browse files
Add more debug
parent
5cf33365
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/webengine/mailwebengineview.cpp
View file @
2cb5b64d
...
...
@@ -289,6 +289,7 @@ void MailWebEngineView::injectAttachments(const boost::function<QString()> &dela
bool
MailWebEngineView
::
replaceInnerHtml
(
const
QString
&
id
,
const
boost
::
function
<
QString
()
>
&
delayedHtml
)
{
qDebug
()
<<
"bool MailWebEngineView::replaceInnerHtml(const QString &id, const boost::function<QString()> &delayedHtml)"
;
#if 0
QWebElement doc = page()->currentFrame()->documentElement();
QWebElement tag = doc.findFirst(QLatin1String("*#") + id);
...
...
Write
Preview
Markdown
is supported
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