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
KMines
Commits
f346b6d1
Commit
f346b6d1
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
2e11a164
Pipeline
#226802
passed with stage
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
f346b6d1
...
...
@@ -60,8 +60,6 @@ int main(int argc, char **argv)
aboutData
.
addCredit
(
i18n
(
"Thomas Capricelli"
),
i18n
(
"Magic reveal mode"
));
aboutData
.
addCredit
(
i18n
(
"Brian Croom"
),
i18n
(
"Port to use KGameRenderer"
));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArray
(
"kmines"
));
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kmines"
)));
KAboutData
::
setApplicationData
(
aboutData
);
KCrash
::
initialize
();
...
...
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