Add:
bool const m_alwaysDownloadConfig; bool const m_alwaysDownloadDC;
This commit is contained in:
parent
6f2cbb0a26
commit
1ad13d9a8a
4
worker.h
4
worker.h
@ -124,6 +124,8 @@ class Worker : public QThread{
|
|||||||
QString const m_customerRepositoryPath;
|
QString const m_customerRepositoryPath;
|
||||||
QString const m_customerRepository;
|
QString const m_customerRepository;
|
||||||
bool const m_noUpdatePsaHardware;
|
bool const m_noUpdatePsaHardware;
|
||||||
|
bool const m_alwaysDownloadConfig;
|
||||||
|
bool const m_alwaysDownloadDC;
|
||||||
bool const m_dryRun;
|
bool const m_dryRun;
|
||||||
QObject *m_parent;
|
QObject *m_parent;
|
||||||
QString const m_serialInterface;
|
QString const m_serialInterface;
|
||||||
@ -331,6 +333,8 @@ public:
|
|||||||
QString pluginName,
|
QString pluginName,
|
||||||
QString workingDir = ".",
|
QString workingDir = ".",
|
||||||
bool noUpdatePsaHardware = false,
|
bool noUpdatePsaHardware = false,
|
||||||
|
bool alwaysDownloadConfig = false,
|
||||||
|
bool alwaysDownloadDC = false,
|
||||||
bool dryRun = false,
|
bool dryRun = false,
|
||||||
QObject *parent = nullptr,
|
QObject *parent = nullptr,
|
||||||
char const *serialInterface = SERIAL_PORT,
|
char const *serialInterface = SERIAL_PORT,
|
||||||
|
Loading…
Reference in New Issue
Block a user