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
Graphics
Okular
Commits
3b65ab4a
Commit
3b65ab4a
authored
Oct 25, 2022
by
Alexander Volkov
Committed by
Albert Astals Cid
Oct 26, 2022
Browse files
mobile: Fix loading of translations
Amends
5f8f84d5
parent
6095e54c
Pipeline
#256090
passed with stage
in 7 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
mobile/app/main.cpp
View file @
3b65ab4a
...
...
@@ -31,6 +31,8 @@ int main(int argc, char *argv[])
QApplication
app
(
argc
,
argv
);
app
.
setApplicationName
(
QStringLiteral
(
"okularkirigami"
));
KLocalizedString
::
setApplicationDomain
(
"org.kde.active.documentviewer"
);
KAboutData
aboutData
=
okularAboutData
();
KAboutData
::
setApplicationData
(
aboutData
);
...
...
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