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
c7d51fe3
Commit
c7d51fe3
authored
Mar 06, 2021
by
Christopher Yeleighton
Browse files
set product name kdepim
parent
3011a674
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
c7d51fe3
...
...
@@ -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
(
"
importwizard
"
));
aboutData
.
setProductName
(
QByteArrayLiteral
(
"
kdepim
"
));
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