From f7c9b8c3336da02d3360b810247c00494df114fd Mon Sep 17 00:00:00 2001 From: Silarn Date: Wed, 2 May 2018 17:04:28 -0500 Subject: Thread extraction process and properly offload function calls from threads --- src/installationmanager.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/installationmanager.h') diff --git a/src/installationmanager.h b/src/installationmanager.h index bdf71a8d..84ccd1a4 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -177,6 +177,16 @@ private: void postInstallCleanup(); +signals: + + void progressUpdate(float percentage); + void progressUpdate(QString const fileName); + +private slots: + + void doProgressUpdate(float percentage); + void doProgressFileUpdate(const QString fileName); + private: struct ByPriority { -- cgit v1.3.1