diff --git a/worker.h b/worker.h index 735037b..44d642c 100644 --- a/worker.h +++ b/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,