9 #include <QCommandLineParser> 10 #include <QCoreApplication> 18 QCommandLineParser mParser;
19 const QCommandLineOption mOptionKeepLog;
20 const QCommandLineOption mOptionNoLogFile;
21 const QCommandLineOption mOptionNoLogHandler;
22 const QCommandLineOption mOptionShowWindow;
23 const QCommandLineOption mOptionProxy;
24 const QCommandLineOption mOptionUi;
25 const QCommandLineOption mOptionPort;
39 void parse(QCoreApplication* pApp = QCoreApplication::instance());
static CommandLineParser & getInstance()
Definition: CommandLineParser.cpp:42
Definition: CommandLineParser.h:15
void parse(QCoreApplication *pApp=QCoreApplication::instance())
Definition: CommandLineParser.cpp:67
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
~CommandLineParser()=default