tasks now emit floats rather than integers

Simplifies code for tasks.
This commit is contained in:
itsmattkc
2020-05-19 02:44:38 +10:00
parent b9cd83eff1
commit cb383d760b
10 changed files with 28 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ protected:
virtual void closeEvent(QCloseEvent *) override;
public slots:
void SetProgress(int value);
void SetProgress(double value);
signals:
void Cancelled();