From 93b1cea0d30e635cad7988dd65578bbbc1abecc7 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 11 Jun 2020 20:09:00 +0200 Subject: Rollback to using QProcessEvents but use WaitForMoreEvents. --- src/installationmanager.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/installationmanager.h') diff --git a/src/installationmanager.h b/src/installationmanager.h index 3da74ec4..695f2ed6 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -223,12 +223,7 @@ signals: /** * @brief Progress update from the extraction. */ - void progressUpdate(int percentage); - - /** - * @brief File change update from the extraction. - */ - void progressFileChange(QString const& value); + void progressUpdate(); private: -- cgit v1.3.1