summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index bdf71a8d..84ccd1a4 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -177,6 +177,16 @@ private:
void postInstallCleanup();
+signals:
+
+ void progressUpdate(float percentage);
+ void progressUpdate(QString const fileName);
+
+private slots:
+
+ void doProgressUpdate(float percentage);
+ void doProgressFileUpdate(const QString fileName);
+
private:
struct ByPriority {