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
Accessibility
KMouth
Commits
f469bfda
Commit
f469bfda
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
cda9cca9
Pipeline
#226812
passed with stage
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
f469bfda
...
...
@@ -48,7 +48,6 @@ int main(int argc, char *argv[])
aboutData
.
addAuthor
(
i18n
(
"Jeremy Whiting"
),
i18n
(
"Current Maintainer"
),
QStringLiteral
(
"jpwhiting@kde.org"
));
aboutData
.
addCredit
(
i18n
(
"Olaf Schmidt"
),
i18n
(
"Tips, extended phrase books"
));
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
QCommandLineParser
parser
;
KAboutData
::
setApplicationData
(
aboutData
);
parser
.
addPositionalArgument
(
QStringLiteral
(
"[File]"
),
i18n
(
"History file to open"
));
...
...
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