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
Plasma
Plasma Workspace
Commits
40abecde
Commit
40abecde
authored
Jan 03, 2021
by
Nate Graham
Browse files
[kcms/kfontinst] Remove a redundant condition in an if statement
BUG: 390087
FIXED-IN: 5.21
parent
a9164a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/kfontinst/lib/Misc.cpp
View file @
40abecde
...
...
@@ -291,7 +291,6 @@ bool printable(const QString &mime)
{
return
mime
==
"font/otf"
||
mime
==
"font/ttf"
||
mime
==
"application/x-font-type1"
||
mime
==
"application/x-font-ttf"
||
mime
==
"application/x-font-otf"
||
mime
==
"application/x-font-type1"
;
...
...
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