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
Multimedia
Kdenlive
Commits
2a03208c
Commit
2a03208c
authored
Jan 08, 2020
by
Laurent Montel
Browse files
addVersionOption()/addHelpOption() already adds by KAboutData::setApplicationData
parent
dabff19c
Pipeline
#12935
passed with stage
in 14 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
2a03208c
...
...
@@ -189,8 +189,6 @@ int main(int argc, char *argv[])
QCommandLineParser
parser
;
aboutData
.
setupCommandLine
(
&
parser
);
parser
.
setApplicationDescription
(
aboutData
.
shortDescription
());
parser
.
addVersionOption
();
parser
.
addHelpOption
();
parser
.
addOption
(
QCommandLineOption
(
QStringList
()
<<
QStringLiteral
(
"config"
),
i18n
(
"Set a custom config file name"
),
QStringLiteral
(
"config"
)));
parser
.
addOption
(
QCommandLineOption
(
QStringList
()
<<
QStringLiteral
(
"mlt-path"
),
i18n
(
"Set the path for MLT environment"
),
QStringLiteral
(
"mlt-path"
)));
...
...
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