Set all parameters to default values other than ""
This commit is contained in:
parent
9ecdf73bc0
commit
6986007b16
@ -6,16 +6,18 @@
|
|||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
||||||
CommandLineParser::CommandLineParser()
|
CommandLineParser::CommandLineParser()
|
||||||
: m_repositoryUrl("")
|
: m_repositoryUrl("https://git.mimbach49.de/GerhardHoffmann")
|
||||||
, m_plugInDir("")
|
, m_plugInDir("/usr/lib/")
|
||||||
, m_plugInName("")
|
, m_plugInName("libCAslave.so")
|
||||||
, m_workingDir("")
|
, m_workingDir("/opt/app/tools/atbupdate/")
|
||||||
, m_dryRun("")
|
, m_dryRun("false")
|
||||||
, m_noUpdatePsaHardware("")
|
, m_noUpdatePsaHardware("false")
|
||||||
, m_showYoctoVersion("")
|
, m_showYoctoVersion("false")
|
||||||
, m_showYoctoInstallStatus("")
|
, m_showYoctoInstallStatus("false")
|
||||||
, m_showExtendedVersion("")
|
, m_showExtendedVersion("false")
|
||||||
, m_iniFileName("")
|
, m_iniFileName("ATBUpdateTool.ini")
|
||||||
|
, m_alwaysDownloadConfig("false")
|
||||||
|
, m_alwaysDownloadDC("false")
|
||||||
, m_repositoryUrlOption(
|
, m_repositoryUrlOption(
|
||||||
QCommandLineOption(
|
QCommandLineOption(
|
||||||
QStringList() << "repository-url" << "repository-url",
|
QStringList() << "repository-url" << "repository-url",
|
||||||
|
Loading…
Reference in New Issue
Block a user