diff options
| author | Silarn <jrim@rimpo.org> | 2018-05-02 17:04:28 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-05-02 17:04:28 -0500 |
| commit | f7c9b8c3336da02d3360b810247c00494df114fd (patch) | |
| tree | 0086b90d5ce0791e46abdc009f5c1dfb8aa44c45 /src/installationmanager.h | |
| parent | 6588a81b7f52e94c4fca4a7378ca13307d51b58e (diff) | |
Thread extraction process and properly offload function calls from threads
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 10 |
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 {
|
