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
PIM
Kontact
Commits
30fbe184
Commit
30fbe184
authored
Sep 02, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
c9bd926e
Pipeline
#226112
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
30fbe184
...
...
@@ -178,7 +178,6 @@ int main(int argc, char **argv)
about
.
addAuthor
(
i18n
(
"Zack Rusin"
),
QString
(),
QStringLiteral
(
"zack@kde.org"
));
about
.
addAuthor
(
i18n
(
"Matthias Hoelzer-Kluepfel"
),
i18n
(
"Original Author"
),
QStringLiteral
(
"mhk@kde.org"
));
about
.
addCredit
(
i18n
(
"Torgny Nyblom"
),
i18n
(
"Git Migration"
),
QStringLiteral
(
"nyblom@kde.org"
));
about
.
setOrganizationDomain
(
"kde.org"
);
app
.
setAboutData
(
about
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kontact"
)));
app
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.kontact"
));
...
...
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