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
Akregator
Commits
a3739104
Commit
a3739104
authored
Sep 02, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
e8ebb005
Pipeline
#226109
passed with stage
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/aboutdata.cpp
View file @
a3739104
...
...
@@ -24,7 +24,6 @@ AboutData::AboutData()
QString
(),
QStringLiteral
(
"https://userbase.kde.org/Akregator"
))
{
setOrganizationDomain
(
"kde.org"
);
// needed to get org.kde.akregator used for DBUS
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
addAuthor
(
i18n
(
"Frank Osterfeld"
),
i18n
(
"Former maintainer"
),
QStringLiteral
(
"osterfeld@kde.org"
));
addAuthor
(
i18n
(
"Teemu Rytilahti"
),
i18n
(
"Developer"
),
QStringLiteral
(
"tpr@d5k.net"
));
...
...
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