Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Messagelib
Commits
a8f2786a
Commit
a8f2786a
authored
Apr 26, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused method
parent
71bf3393
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
messageviewer/src/scamdetection/scamdetectionwebengine.cpp
messageviewer/src/scamdetection/scamdetectionwebengine.cpp
+0
-5
messageviewer/src/scamdetection/scamdetectionwebengine.h
messageviewer/src/scamdetection/scamdetectionwebengine.h
+0
-1
No files found.
messageviewer/src/scamdetection/scamdetectionwebengine.cpp
View file @
a8f2786a
...
...
@@ -77,11 +77,6 @@ ScamDetectionWebEngine::~ScamDetectionWebEngine()
delete
d
;
}
ScamCheckShortUrl
*
ScamDetectionWebEngine
::
scamCheckShortUrl
()
const
{
return
MessageViewer
::
ScamCheckShortUrlManager
::
self
()
->
scamCheckShortUrl
();
}
void
ScamDetectionWebEngine
::
scanPage
(
QWebEnginePage
*
page
)
{
if
(
MessageViewer
::
MessageViewerSettings
::
self
()
->
scamDetectionEnabled
())
{
...
...
messageviewer/src/scamdetection/scamdetectionwebengine.h
View file @
a8f2786a
...
...
@@ -32,7 +32,6 @@ class MESSAGEVIEWER_EXPORT ScamDetectionWebEngine : public QObject
public:
explicit
ScamDetectionWebEngine
(
QObject
*
parent
=
Q_NULLPTR
);
~
ScamDetectionWebEngine
();
ScamCheckShortUrl
*
scamCheckShortUrl
()
const
;
void
scanPage
(
QWebEnginePage
*
page
);
...
...
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