9 #include <QCommandLineParser>
10 #include <QCoreApplication>
18 QCommandLineParser mParser;
19 const QCommandLineOption mOptionKeepLog;
20 const QCommandLineOption mOptionShowWindow;
21 const QCommandLineOption mOptionProxy;
22 const QCommandLineOption mOptionUi;
23 const QCommandLineOption mOptionPort;
25 const QCommandLineOption mOptionPortWebSocket;
40 void parse(QCoreApplication* pApp = QCoreApplication::instance());
static CommandLineParser & getInstance()
Definition: CommandLineParser.cpp:76
Definition: CommandLineParser.h:15
void parse(QCoreApplication *pApp=QCoreApplication::instance())
Definition: CommandLineParser.cpp:103
~CommandLineParser()
Definition: CommandLineParser.cpp:71
CommandLineParser()
Definition: CommandLineParser.cpp:56