diff options
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: |
