mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02: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