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
Utilities
KBackup
Commits
62b16d53
Commit
62b16d53
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
6dc58a4d
Pipeline
#226793
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cxx
View file @
62b16d53
...
...
@@ -51,7 +51,6 @@ int main(int argc, char **argv)
about
.
addAuthor
(
i18n
(
"Martin Koller"
),
i18n
(
"Developer"
),
QStringLiteral
(
"kollix@aon.at"
));
about
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
about
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.kbackup"
));
KAboutData
::
setApplicationData
(
about
);
...
...
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