Minor: Add progress parameters.

This commit is contained in:
Gerhard Hoffmann 2023-09-28 12:01:55 +02:00
parent 3223c430be
commit cac4f7249e

View File

@ -190,8 +190,8 @@ public slots:
void update(); void update();
private slots: private slots:
bool updateTriggerSet(); bool updateTriggerSet(int progress);
bool customerEnvironment(); bool customerEnvironment(int progress);
bool filesToUpdate(); bool filesToUpdate();
bool updateFiles(quint8 percent); bool updateFiles(quint8 percent);
bool syncCustomerRepositoryAndFS(); bool syncCustomerRepositoryAndFS();