bool customerEnvironment();
bool filesToUpdate(); bool updateFiles(); bool syncCustomerRepositoryAndFS(); bool saveLogFile(): remove progress parameter.
This commit is contained in:
parent
48896f97ec
commit
16a9556863
16
worker.h
16
worker.h
@ -340,7 +340,7 @@ public:
|
||||
IsmasClient const &getIsmasClient() const { return m_ismasClient; }
|
||||
|
||||
bool updateProcessRunning() const { return m_updateProcessRunning; }
|
||||
int returnCode() const { return m_returnCode; }
|
||||
UPDATE_STEP currentStep() const { return m_currentStep; }
|
||||
|
||||
int machineNr() const { return m_machineNr; }
|
||||
int customerNr() const { return m_customerNr; }
|
||||
@ -369,18 +369,16 @@ public slots:
|
||||
|
||||
private slots:
|
||||
bool updateTriggerSet();
|
||||
bool customerEnvironment(int progress);
|
||||
bool filesToUpdate(int progress);
|
||||
bool updateFiles(int percent);
|
||||
bool syncCustomerRepositoryAndFS(int progress);
|
||||
bool sendIsmasLastVersionNotification(int progress);
|
||||
bool saveLogFile(int progress);
|
||||
bool customerEnvironment();
|
||||
bool filesToUpdate();
|
||||
bool updateFiles();
|
||||
bool syncCustomerRepositoryAndFS();
|
||||
// bool sendIsmasLastVersionNotification(int progress);
|
||||
bool saveLogFile();
|
||||
|
||||
private:
|
||||
PSAInstalled getPSAInstalled();
|
||||
void privateUpdate();
|
||||
std::optional<QString> getApismVersion();
|
||||
void printProgress(UPDATE_STEP step);
|
||||
|
||||
static const QMap<UPDATE_STEP, const char*> smap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user