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
Games
KNavalBattle
Commits
8c77ca29
Commit
8c77ca29
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
5912538e
Pipeline
#226800
passed with stage
in 2 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
8c77ca29
...
...
@@ -67,9 +67,6 @@ int main(int argc, char** argv)
aboutData
.
addCredit
(
i18n
(
"Jakub Stachowski"
),
i18n
(
"DNS-SD discovery"
),
QStringLiteral
(
"qbast@go2.pl"
));
aboutData
.
addCredit
(
i18n
(
"Roney Gomes"
),
i18n
(
"Porting to KGameRenderer and QGraphicsView"
),
QStringLiteral
(
"roney477@gmail.com"
));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArray
(
"knavalbattle"
));
KAboutData
::
setApplicationData
(
aboutData
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"knavalbattle"
)));
...
...
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