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
Grantlee Editor
Commits
2a44f078
Commit
2a44f078
authored
Sep 02, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
6fcc5bc3
Pipeline
#226110
passed with stage
in 1 minute
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contactprintthemeeditor/main.cpp
View file @
2a44f078
...
...
@@ -30,7 +30,6 @@ int main(int argc, char **argv)
i18n
(
"Copyright © 2015-%1 contactprintthemeeditor authors"
,
QStringLiteral
(
"2022"
)));
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
QApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kaddressbook"
)));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArray
(
"contactprintthemeeditor"
));
KAboutData
::
setApplicationData
(
aboutData
);
...
...
contactthemeeditor/main.cpp
View file @
2a44f078
...
...
@@ -40,7 +40,6 @@ int main(int argc, char **argv)
i18n
(
"Copyright © 2013-%1 contactthemeeditor authors"
,
QStringLiteral
(
"2022"
)));
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
QApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kaddressbook"
)));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArray
(
"contactthemeeditor"
));
KAboutData
::
setApplicationData
(
aboutData
);
...
...
headerthemeeditor/main.cpp
View file @
2a44f078
...
...
@@ -41,7 +41,6 @@ int main(int argc, char **argv)
i18n
(
"Copyright © 2013-%1 headerthemeeditor authors"
,
QStringLiteral
(
"2022"
)));
aboutData
.
addAuthor
(
i18n
(
"Laurent Montel"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"montel@kde.org"
));
QApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kmail"
)));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArray
(
"headerthemeeditor"
));
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