From cac4f7249ec48f2cd7b754607b9dea2569170eca Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 28 Sep 2023 12:01:55 +0200 Subject: [PATCH] Minor: Add progress parameters. --- worker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker.h b/worker.h index 2ecadfb..e71e579 100644 --- a/worker.h +++ b/worker.h @@ -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();