diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-11 20:09:00 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-11 20:09:00 +0200 |
| commit | 93b1cea0d30e635cad7988dd65578bbbc1abecc7 (patch) | |
| tree | 1577540aa8f66fc470ece5e6efc0f35da9a9ad2e /src/installationmanager.h | |
| parent | 26c7cd4f22f82cceff147dbe9a47fdbb2ff06cb3 (diff) | |
Rollback to using QProcessEvents but use WaitForMoreEvents.
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 7 |
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: |
