mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove redundant addHelpOption
This commit is contained in:
parent
86a3190385
commit
785d67b87a
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ ACClientApp::ACClientApp(int argc, char* argv[]) :
|
|||
// parse command-line
|
||||
QCommandLineParser parser;
|
||||
parser.setApplicationDescription("High Fidelity AC client");
|
||||
parser.addHelpOption();
|
||||
|
||||
const QCommandLineOption helpOption = parser.addHelpOption();
|
||||
|
||||
|
|
Loading…
Reference in a new issue