summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-06-12 10:59:08 -0700
committerGitHub <noreply@github.com>2020-06-12 10:59:08 -0700
commit4606162eb4bc3f5a6f80fa15385e8edc95f69d9e (patch)
tree822fa72170b79da07f3cc540bd83e1d4fabee661 /src/installationmanager.h
parent628b56144d72cca5945f07913b7df3f996d2794e (diff)
parenta64ff3c7bb52007e5bb344eda11026116b4cb273 (diff)
Merge pull request #1127 from Holt59/fix-crash-archive-extraction
Fix archive extraction due to infinite QProgressDialog::setValue recursion
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h7
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: