Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KIO Extras
Commits
581db6fb
Commit
581db6fb
authored
Oct 29, 2020
by
Stefan Brüns
Browse files
Remove unused local flags variable
parent
495428f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
thumbnail/thumbnail.cpp
View file @
581db6fb
...
...
@@ -220,8 +220,6 @@ void ThumbnailProtocol::get(const QUrl &url)
KConfigGroup
group
(
KSharedConfig
::
openConfig
(),
"PreviewSettings"
);
bool
kfmiThumb
=
false
;
// TODO Figure out if we can use KFileMetadata as a last resource
ThumbCreator
::
Flags
flags
=
ThumbCreator
::
None
;
if
(
!
kfmiThumb
)
{
QString
plugin
=
metaData
(
"plugin"
);
if
((
plugin
.
isEmpty
()
||
plugin
==
"directorythumbnail"
)
&&
m_mimeType
==
"inode/directory"
)
{
...
...
Write
Preview
Supports
Markdown
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