Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KDE PIM Add-ons
Commits
6dc1a8ea
Commit
6dc1a8ea
authored
Jul 07, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It's a signal
parent
2308a398
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
plugins/webengineurlinterceptor/adblock/lib/adblockmanager.cpp
...ns/webengineurlinterceptor/adblock/lib/adblockmanager.cpp
+1
-2
No files found.
plugins/webengineurlinterceptor/adblock/lib/adblockmanager.cpp
View file @
6dc1a8ea
...
...
@@ -62,9 +62,8 @@ AdblockManager::~AdblockManager()
void
AdblockManager
::
reloadConfig
()
{
bool
enabled
=
AdBlock
::
AdBlockSettings
::
self
()
->
adBlockEnabled
();
enabledChanged
(
enabled
);
Q_EMIT
enabledChanged
(
enabled
);
qDebug
()
<<
" void AdblockManager::reloadConfig()"
<<
enabled
<<
" "
<<
this
;
//TODO
}
bool
AdblockManager
::
isEnabled
()
const
...
...
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