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
KsirK
Commits
d16cf920
Commit
d16cf920
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
44b2b9e5
Pipeline
#226808
passed with stage
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ksirk/main.cpp
View file @
d16cf920
...
...
@@ -55,9 +55,6 @@ int main(int argc, char *argv[])
aboutData
.
addAuthor
(
i18n
(
"French students of the 'IUP ISI 2007-2008':"
));
aboutData
.
addAuthor
(
i18n
(
" Anthony Rey<br/> Benjamin Lucas<br/> Benjamin Moreau<br/> Gaël Clouet<br/> Guillaume Pelouas<br/> Joël Marco<br/> Laurent Dang<br/> Nicolas Linard<br/> Vincent Sac"
));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArray
(
"ksirk"
));
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"ksirk"
)));
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