summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h13
1 files changed, 13 insertions, 0 deletions
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 {