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
KIO Extras
Commits
807162f3
Commit
807162f3
authored
Aug 06, 2022
by
Harald Sitter
🏳️🌈
Browse files
mtp: switch all enum values
these two have no mimetype representation
parent
cf034759
Changes
1
Hide whitespace changes
Inline
Side-by-side
mtp/kiod_module/mtpstorage.cpp
View file @
807162f3
...
...
@@ -251,6 +251,8 @@ static QString getMimetype(LIBMTP_filetype_t filetype)
return
QStringLiteral
(
"image/jpeg2000"
);
case
LIBMTP_FILETYPE_JPX
:
return
QStringLiteral
(
"application/x-jbuilder-project"
);
case
LIBMTP_FILETYPE_ALBUM
:
case
LIBMTP_FILETYPE_PLAYLIST
:
case
LIBMTP_FILETYPE_UNKNOWN
:
return
{};
}
...
...
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