tasks now emit floats rather than integers
Simplifies code for tasks.
This commit is contained in:
@@ -40,7 +40,7 @@ protected:
|
||||
virtual void closeEvent(QCloseEvent *) override;
|
||||
|
||||
public slots:
|
||||
void SetProgress(int value);
|
||||
void SetProgress(double value);
|
||||
|
||||
signals:
|
||||
void Cancelled();
|
||||
|
||||
Reference in New Issue
Block a user