Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Messagelib
Commits
b22f9f49
Commit
b22f9f49
authored
Jan 25, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install AdBlockManager
parent
8c664b8b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
messageviewer/src/CMakeLists.txt
messageviewer/src/CMakeLists.txt
+1
-0
messageviewer/src/adblock/adblockmanager.h
messageviewer/src/adblock/adblockmanager.h
+2
-2
No files found.
CMakeLists.txt
View file @
b22f9f49
...
...
@@ -18,7 +18,7 @@ include(KDEFrameworkCompilerSettings)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMAddTests
)
set
(
MESSAGELIB_LIB_VERSION
"5.1.
59
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.1.
60
"
)
set
(
KF5_VERSION
"5.17.0"
)
set
(
KDEPIMLIBS_LIB_VERSION
"5.1.42"
)
...
...
messageviewer/src/CMakeLists.txt
View file @
b22f9f49
...
...
@@ -401,6 +401,7 @@ ecm_generate_headers(MessageViewer_Camelcaseadblock_HEADERS
AdBlockSettingWidget
AdBlockListWidget
AdBlockBlockableItemsDialog
AdBlockManager
WebPage
REQUIRED_HEADERS MessageViewer_adblock_HEADERS
PREFIX MessageViewer
...
...
messageviewer/src/adblock/adblockmanager.h
View file @
b22f9f49
...
...
@@ -122,7 +122,7 @@
#include "adblockelementhiding.h"
#include "adblockhostmatcher.h"
#include "adblock/adblockrule.h"
#include "messageviewer_export.h"
// KDE Includes
#include <KIO/Job>
...
...
@@ -140,7 +140,7 @@ typedef QList<MessageViewer::AdBlockRule> AdBlockRuleList;
namespace
MessageViewer
{
class
AdBlockManager
:
public
QObject
class
MESSAGEVIEWER_EXPORT
AdBlockManager
:
public
QObject
{
Q_OBJECT
...
...
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