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
47c15d81
Commit
47c15d81
authored
Mar 29, 2021
by
Laurent Montel
😁
Browse files
Move mailTrackingFound signal in webengineview
parent
ccff69b8
Pipeline
#55851
passed with stage
in 42 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/webengine/mailwebengineview.h
View file @
47c15d81
...
...
@@ -83,7 +83,6 @@ Q_SIGNALS:
void
urlBlocked
(
const
QUrl
&
url
);
void
messageMayBeAScam
();
void
formSubmittedForbidden
();
void
mailTrackingFound
(
const
WebEngineViewer
::
BlockTrackingUrlInterceptor
::
TrackerBlackList
&
);
/// Emitted when the user right-clicks somewhere
void
popupMenu
(
const
WebEngineViewer
::
WebHitTestResult
&
result
);
void
pageIsScrolledToBottom
(
bool
);
...
...
webengineviewer/src/webengineview.h
View file @
47c15d81
...
...
@@ -9,6 +9,7 @@
#include "webengineviewer_export.h"
#include <QWebEngineScript>
#include <QWebEngineView>
#include <WebEngineViewer/BlockTrackingUrlInterceptor>
namespace
WebEngineViewer
{
class
WebEngineViewPrivate
;
...
...
@@ -36,6 +37,9 @@ public:
Q_REQUIRED_RESULT
WebEngineViewer
::
LocalDataBaseManager
*
phishingDatabase
()
const
;
Q_SIGNALS:
void
mailTrackingFound
(
const
WebEngineViewer
::
BlockTrackingUrlInterceptor
::
TrackerBlackList
&
);
protected:
bool
eventFilter
(
QObject
*
obj
,
QEvent
*
event
)
override
;
QWebEngineView
*
createWindow
(
QWebEnginePage
::
WebWindowType
type
)
override
;
...
...
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