Fix warning on launch from QCommandLineParser
AcceptedPublic

Authored by nazark on Jan 6 2020, 9:35 PM.

Details

Reviewers
mardelle
Summary

Currently kdenlive shows next warning on launch:

QCommandLineParser: already having an option named "h"
QCommandLineParser: already having an option named "help-all"
QCommandLineParser: already having an option named "v"

This patch fixes that by removing duplicate code from kdenlive, "help" and "version" options are already being added in KAboutData::setupCommandLine

Diff Detail

Repository
R158 Kdenlive
Lint
Lint Skipped
Unit
Unit Tests Skipped
nazark requested review of this revision.Jan 6 2020, 9:35 PM
nazark created this revision.
mardelle accepted this revision.Mar 21 2020, 6:02 AM

Sorry as our worflow moved to gitlab I just saw your patch now... thanks

This revision is now accepted and ready to land.Mar 21 2020, 6:02 AM