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
PIM
Akonadi
Commits
27b62b4b
Commit
27b62b4b
authored
Apr 07, 2021
by
Laurent Montel
😁
Browse files
It will create mem leak here too I think
parent
b368f773
Pipeline
#56718
passed with stage
in 12 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/agentbase/resourcebase.cpp
View file @
27b62b4b
...
...
@@ -557,7 +557,7 @@ QString ResourceBase::parseArguments(int argc, char **argv)
// strip off full path and possible .exe suffix
const
QString
catalog
=
fi
.
baseName
();
auto
translator
=
new
QTranslator
();
auto
translator
=
new
QTranslator
(
qApp
);
translator
->
load
(
catalog
);
QCoreApplication
::
installTranslator
(
translator
);
...
...
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