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_customerRepository;
|
||||
bool const m_noUpdatePsaHardware;
|
||||
bool const m_alwaysDownloadConfig;
|
||||
bool const m_alwaysDownloadDC;
|
||||
bool const m_dryRun;
|
||||
QObject *m_parent;
|
||||
QString const m_serialInterface;
|
||||
@ -331,6 +333,8 @@ public:
|
||||
QString pluginName,
|
||||
QString workingDir = ".",
|
||||
bool noUpdatePsaHardware = false,
|
||||
bool alwaysDownloadConfig = false,
|
||||
bool alwaysDownloadDC = false,
|
||||
bool dryRun = false,
|
||||
QObject *parent = nullptr,
|
||||
char const *serialInterface = SERIAL_PORT,
|
||||
|
Loading…
Reference in New Issue
Block a user