11#include <QCommandLineParser>
12#include <QCoreApplication>
22 QCommandLineParser mParser;
23 const QCommandLineOption mOptionKeepLog;
24 const QCommandLineOption mOptionNoLogFile;
25 const QCommandLineOption mOptionNoLogHandler;
26 const QCommandLineOption mOptionShowWindow;
27 const QCommandLineOption mOptionProxy;
28 const QCommandLineOption mOptionUi;
29 const QCommandLineOption mOptionPort;
30 const QCommandLineOption mOptionAddresses;
42 void parse(
const QCoreApplication* pApp = QCoreApplication::instance());
Definition: CommandLineParser.h:18
static CommandLineParser & getInstance()
~CommandLineParser()=default
void parse(const QCoreApplication *pApp=QCoreApplication::instance())
Definition: CommandLineParser.cpp:60
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16