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
Akonadi Data Import Wizard
Commits
15dfec54
Commit
15dfec54
authored
Sep 02, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
ddd3a517
Pipeline
#226108
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
15dfec54
...
...
@@ -47,7 +47,6 @@ int main(int argc, char *argv[])
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
QApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kontact-import-wizard"
)));
aboutData
.
setOrganizationDomain
(
QByteArrayLiteral
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"kmail2/import wizard"
));
KAboutData
::
setApplicationData
(
aboutData
);
...
...
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