summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-06-11 20:09:00 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-06-11 20:09:00 +0200
commit93b1cea0d30e635cad7988dd65578bbbc1abecc7 (patch)
tree1577540aa8f66fc470ece5e6efc0f35da9a9ad2e /src/installationmanager.h
parent26c7cd4f22f82cceff147dbe9a47fdbb2ff06cb3 (diff)
Rollback to using QProcessEvents but use WaitForMoreEvents.
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h7
1 files changed, 1 insertions, 6 deletions
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: