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
e09428c0
Commit
e09428c0
authored
Mar 30, 2016
by
Laurent Montel
😁
Browse files
Connect signal/slot
parent
1297707f
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/viewer_p.cpp
View file @
e09428c0
...
...
@@ -1054,9 +1054,9 @@ void ViewerPrivate::initHtmlWidget()
//TODO
connect
(
mViewer
->
page
(),
&
QWebEnginePage
::
linkHovered
,
this
,
&
ViewerPrivate
::
slotUrlOn
);
#if 0 //PORTING
connect(mViewer, &MailWebEngineView::linkClicked,
connect
(
mViewer
,
&
MailWebEngineView
::
openUrl
,
this
,
&
ViewerPrivate
::
slotUrlOpen
,
Qt
::
QueuedConnection
);
#if 0 //PORTING
connect(mViewer, &MailWebEngineView::popupMenu,
this, &ViewerPrivate::slotUrlPopup);
#endif
...
...
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