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
Multimedia
Kdenlive
Commits
bff04828
Commit
bff04828
authored
Jun 21, 2021
by
Alexander Robb
Browse files
Add webp mime type to clip creation dialog
parent
185b3036
Pipeline
#67314
passed with stage
in 8 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/clipcreationdialog.cpp
View file @
bff04828
...
...
@@ -81,7 +81,7 @@ QStringList ClipCreationDialog::getExtensions()
mimeTypes
<<
QStringLiteral
(
"image/gif"
)
<<
QStringLiteral
(
"image/jpeg"
)
<<
QStringLiteral
(
"image/png"
)
<<
QStringLiteral
(
"image/x-tga"
)
<<
QStringLiteral
(
"image/x-bmp"
)
<<
QStringLiteral
(
"image/svg+xml"
)
<<
QStringLiteral
(
"image/tiff"
)
<<
QStringLiteral
(
"image/x-xcf"
)
<<
QStringLiteral
(
"image/x-xcf-gimp"
)
<<
QStringLiteral
(
"image/x-vnd.adobe.photoshop"
)
<<
QStringLiteral
(
"image/x-pcx"
)
<<
QStringLiteral
(
"image/x-exr"
)
<<
QStringLiteral
(
"image/x-portable-pixmap"
)
<<
QStringLiteral
(
"application/x-krita"
);
<<
QStringLiteral
(
"image/x-exr"
)
<<
QStringLiteral
(
"image/x-portable-pixmap"
)
<<
QStringLiteral
(
"application/x-krita"
)
<<
QStringLiteral
(
"image/webp"
)
;
QMimeDatabase
db
;
QStringList
allExtensions
;
...
...
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