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
Akonadi Data Import Wizard
Commits
5af6f00a
Commit
5af6f00a
authored
Mar 07, 2021
by
Christopher Yeleighton
Browse files
set product name kmail2
parent
c7d51fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
5af6f00a
...
...
@@ -41,7 +41,7 @@ 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
(
"k
depim
"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"k
mail2
"
));
KAboutData
::
setApplicationData
(
aboutData
);
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