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();
private slots:
bool updateTriggerSet();
bool customerEnvironment();
bool updateTriggerSet(int progress);
bool customerEnvironment(int progress);
bool filesToUpdate();
bool updateFiles(quint8 percent);
bool syncCustomerRepositoryAndFS();