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
Education
Kanagram
Commits
cfbdda1c
Commit
cfbdda1c
authored
Aug 05, 2022
by
Laurent Montel
Browse files
Remove QApplication::setApplicationDisplayName already setted by KAboutData
parent
8c07b51a
Pipeline
#213585
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
cfbdda1c
...
...
@@ -52,7 +52,6 @@ int main(int argc, char **argv)
QApplication
::
setOrganizationDomain
(
QStringLiteral
(
"kde.org"
));
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"kanagram"
);
QApplication
::
setApplicationDisplayName
(
i18n
(
"kanagram"
));
KAboutData
about
(
i18n
(
"kanagram"
),
i18n
(
"Kanagram"
),
...
...
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