Minor: Add progress parameters.
This commit is contained in:
parent
3223c430be
commit
cac4f7249e
4
worker.h
4
worker.h
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user