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
KMail Account Wizard
Commits
449d6483
Commit
449d6483
authored
Mar 08, 2021
by
Laurent Montel
😁
Browse files
Fix report bugs
parent
dfe952fc
Pipeline
#53462
passed with stage
in 12 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
449d6483
/*
SPDX-FileCopyrightText: 2009 Volker Krause <vkrause@kde.org>
SPDX-FileCopyrightText: 2009 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "dialog.h"
...
...
@@ -42,7 +42,7 @@ int main(int argc, char **argv)
QStringLiteral
(
"https://community.kde.org/KDE_PIM/Akonadi"
));
aboutData
.
addAuthor
(
i18n
(
"Volker Krause"
),
i18n
(
"Author"
),
QStringLiteral
(
"vkrause@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
QString
(),
QStringLiteral
(
"montel@kde.org"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"Akonadi/Account Wizard"
));
app
.
setOrganizationDomain
(
QStringLiteral
(
"kde.org"
));
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kontact"
)));
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