Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
8b6dd7fd
Commit
8b6dd7fd
authored
Mar 08, 2021
by
Laurent Montel
😁
Browse files
Fix report bugs
parent
4923b619
Pipeline
#53463
failed with stage
in 29 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/newmailnotifier/newmailnotifiersettingswidget.cpp
View file @
8b6dd7fd
...
...
@@ -127,6 +127,7 @@ NewMailNotifierSettingsWidget::NewMailNotifierSettingsWidget(const KSharedConfig
KAboutLicense
::
GPL_V2
,
i18n
(
"Copyright (C) 2013-2020 Laurent Montel"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"Akonadi/New Mail Notifier"
));
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
aboutData
.
setTranslator
(
i18nc
(
"NAME OF TRANSLATORS"
,
"Your names"
),
i18nc
(
"EMAIL OF TRANSLATORS"
,
"Your emails"
));
setKAboutData
(
aboutData
);
...
...
migration/gid/main.cpp
View file @
8b6dd7fd
...
...
@@ -30,6 +30,7 @@ int main(int argc, char **argv)
KAboutLicense
::
LGPL
,
i18n
(
"(c) 2013-2020 the Akonadi developers"
),
QStringLiteral
(
"https://community.kde.org/KDE_PIM/Akonadi"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"Akonadi/Migration"
));
aboutData
.
addAuthor
(
i18n
(
"Christian Mollekopf"
),
i18n
(
"Author"
),
QStringLiteral
(
"mollekopf@kolabsys.com"
));
QCommandLineParser
parser
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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