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
KDE PIM Add-ons
Commits
aacbc04a
Commit
aacbc04a
authored
Apr 22, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use debug categories
parent
017f8894
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
plugins/webengineurlinterceptor/adblock/lib/widgets/adblockshowlistdialog.cpp
...interceptor/adblock/lib/widgets/adblockshowlistdialog.cpp
+2
-1
No files found.
plugins/webengineurlinterceptor/adblock/lib/widgets/adblockshowlistdialog.cpp
View file @
aacbc04a
...
...
@@ -16,6 +16,7 @@
*/
#include "adblockshowlistdialog.h"
#include "adblockinterceptor_debug.h"
#include "adblocksyntaxhighlighter.h"
#include "kpimtextedit/plaintexteditorwidget.h"
#include "kpimtextedit/plaintexteditor.h"
...
...
@@ -106,7 +107,7 @@ void AdBlockShowListDialog::downLoadList(const QString &url)
delete
mTemporaryFile
;
mTemporaryFile
=
new
QTemporaryFile
;
if
(
!
mTemporaryFile
->
open
())
{
//FIXME qCDebug(MESSAGEVIEWE
R_LOG) << "can not open temporary file";
qCDebug
(
ADBLOCKINTERCEPTO
R_LOG
)
<<
"can not open temporary file"
;
delete
mTemporaryFile
;
mTemporaryFile
=
0
;
return
;
...
...
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