Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
acc58909
Commit
acc58909
authored
Aug 13, 2022
by
Nicolas Fella
Browse files
Remove deprecated thumbnailer flag usage
DrawFrame is deprecated and no longer needed
parent
728651f2
Pipeline
#217598
passed with stage
in 7 minutes and 57 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
plugins/webarchiver/thumbnailer/webarchivecreator.cpp
View file @
acc58909
...
...
@@ -312,12 +312,6 @@ void WebArchiveCreator::slotRenderTimer()
}
ThumbCreator
::
Flags
WebArchiveCreator
::
flags
()
const
{
return
(
ThumbCreator
::
DrawFrame
);
}
#ifdef THUMBNAIL_USE_WEBKIT
// WebArchiveCreatorCookieJar
...
...
plugins/webarchiver/thumbnailer/webarchivecreator.h
View file @
acc58909
...
...
@@ -28,7 +28,6 @@ public:
~
WebArchiveCreator
()
override
;
bool
create
(
const
QString
&
path
,
int
width
,
int
height
,
QImage
&
img
)
override
;
ThumbCreator
::
Flags
flags
()
const
override
;
private
slots
:
void
slotLoadFinished
(
bool
ok
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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