From e49ce3ed21b10b9af21caaabd8c2f1339fe59076 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Fri, 5 Jun 2020 20:36:35 +0200 Subject: Use QEventLoop to process events when extracting instead of manual loop with processEvents. --- src/installationmanager.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/installationmanager.h') diff --git a/src/installationmanager.h b/src/installationmanager.h index 1b0c6d73..1d94151f 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -213,8 +213,21 @@ private slots: signals: + /** + * @brief Emitted when a password is requested from the archive wrapper. + */ void passwordRequested(); + /** + * @brief Progress update from the extraction. + */ + void progressUpdate(int percentage); + + /** + * @brief File change update from the extraction. + */ + void progressFileChange(QString const& value); + private: struct ByPriority { -- cgit v1.3.1