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
a3cefdfd
Commit
a3cefdfd
authored
Apr 01, 2016
by
Laurent Montel
😁
Browse files
Add message about missing implemented method
parent
5551947c
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/webengine/mailwebengineview.cpp
View file @
a3cefdfd
...
...
@@ -197,6 +197,7 @@ void MailWebEngineView::showAccessKeys()
bool
MailWebEngineView
::
isScrolledToBottom
()
const
{
qDebug
()
<<
"bool MailWebEngineView::isScrolledToBottom() const not implemented"
;
//Convert as async
//TODO '(window.innerHeight + window.scrollY) >= document.body.offsetHeight)'
return
false
;
...
...
@@ -209,6 +210,7 @@ void MailWebEngineView::setElementByIdVisible(const QString &id, bool visible)
bool
MailWebEngineView
::
removeAttachmentMarking
(
const
QString
&
id
)
{
qDebug
()
<<
"bool MailWebEngineView::removeAttachmentMarking(const QString &id) not implemented"
;
#if 0
QWebElement doc = page()->mainFrame()->documentElement();
QWebElement attachmentDiv = 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