Add:
bool const m_alwaysDownloadConfig; bool const m_alwaysDownloadDC;
This commit is contained in:
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,
|
||||
|
Reference in New Issue
Block a user