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
KEditBookmarks
Commits
06b8c499
Commit
06b8c499
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
ba417d5a
Pipeline
#226809
passed with stage
in 6 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
06b8c499
...
...
@@ -117,7 +117,6 @@ int main(int argc, char **argv)
aboutData
.
addAuthor
(
i18n
(
"David Faure"
),
i18n
(
"Initial author"
),
QStringLiteral
(
"faure@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Alexander Kellett"
),
i18n
(
"Author"
),
QStringLiteral
(
"lypanov@kde.org"
));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.keditbookmarks"
));
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