9 #include <QCommandLineParser>
10 #include <QCoreApplication>
20 QCommandLineParser mParser;
21 const QCommandLineOption mOptionKeepLog;
22 const QCommandLineOption mOptionNoLogFile;
23 const QCommandLineOption mOptionNoLogHandler;
24 const QCommandLineOption mOptionShowWindow;
25 const QCommandLineOption mOptionProxy;
26 const QCommandLineOption mOptionUi;
27 const QCommandLineOption mOptionPort;
28 const QCommandLineOption mOptionAddresses;
40 void parse(
const QCoreApplication* pApp = QCoreApplication::instance());
Definition: CommandLineParser.h:16
static CommandLineParser & getInstance()
~CommandLineParser()=default
void parse(const QCoreApplication *pApp=QCoreApplication::instance())
Definition: CommandLineParser.cpp:64
A simple template renderer.
Definition: ActivationContext.h:15