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
System Settings
Commits
14f9c104
Commit
14f9c104
authored
Sep 24, 2020
by
Alexander Potashev
Browse files
Make the user-visible strings defined in KAboutData translatable again.
CCMAIL: nicolas.fella@gmx.de
BUG: 426742
parent
9eb9aa44
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/main.cpp
View file @
14f9c104
...
...
@@ -79,6 +79,9 @@ int main( int argc, char *argv[] )
QApplication
application
(
argc
,
argv
);
application
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
// The ki18n application domain must be set before we make any i18n() calls.
KLocalizedString
::
setApplicationDomain
(
binaryName
.
toUtf8
().
constData
());
KAboutData
aboutData
;
if
(
mode
==
BaseMode
::
InfoCenter
)
{
...
...
@@ -166,7 +169,6 @@ int main( int argc, char *argv[] )
KWorkSpace
::
detectPlatform
(
argc
,
argv
);
KQuickAddons
::
QtQuickSettings
::
init
();
KCrash
::
initialize
();
KLocalizedString
::
setApplicationDomain
(
binaryName
.
toUtf8
().
constData
());
SettingsBase
*
mainWindow
=
new
SettingsBase
(
mode
);
...
...
Alexander Potashev
@aspotashev
mentioned in commit
4f28476d
·
Sep 25, 2020
mentioned in commit
4f28476d
mentioned in commit 4f28476ddae53c745dcaf1f66cd2dc68e75727dc
Toggle commit list
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