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
KWordQuiz
Commits
c04c65a2
Commit
c04c65a2
authored
Aug 05, 2022
by
Laurent Montel
Browse files
Remove QApplication::setApplicationDisplayName already setted by KAboutData
parent
fb20df35
Pipeline
#213517
passed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
c04c65a2
...
...
@@ -27,7 +27,6 @@ int main(int argc, char *argv[])
QApplication
::
setApplicationName
(
QStringLiteral
(
"kwordquiz"
));
QApplication
::
setApplicationVersion
(
KWORDQUIZ_VERSION_STRING
);
QApplication
::
setOrganizationDomain
(
QStringLiteral
(
"kde.org"
));
QApplication
::
setApplicationDisplayName
(
i18n
(
"kwordquiz"
));
KAboutData
aboutData
(
QStringLiteral
(
"kwordquiz"
),
i18n
(
"KWordQuiz"
),
...
...
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