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
Bovo
Commits
cd9e2ac3
Commit
cd9e2ac3
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
56aa3ca6
Pipeline
#226804
passed with stage
in 9 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/main.cc
View file @
cd9e2ac3
...
...
@@ -53,9 +53,7 @@ int main(int argc, char **argv) {
aboutData
.
addAuthor
(
i18n
(
"Aron Boström"
),
i18n
(
"Author"
),
QStringLiteral
(
"aron.bostrom@gmail.com"
));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"bovo"
)));
aboutData
.
setProductName
(
QByteArray
(
"bovo"
));
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