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
Graphics
Okular
Commits
0fed8844
Commit
0fed8844
authored
Sep 10, 2020
by
Albert Astals Cid
Browse files
Add missing QStringLiteral
parent
26971054
Pipeline
#33783
passed with stage
in 18 minutes and 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
shell/shell.cpp
View file @
0fed8844
...
...
@@ -443,7 +443,7 @@ void Shell::fileOpen()
QMimeType
mimeType
=
mimeDatabase
.
mimeTypeForName
(
mimeName
);
mimetypes
<<
mimeType
.
name
();
}
mimetypes
<<
"application/octet-stream"
;
mimetypes
<<
QStringLiteral
(
"application/octet-stream"
)
;
dlg
->
setMimeTypeFilters
(
mimetypes
);
#else
QSet
<
QString
>
globPatterns
;
...
...
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