Ask user to retry if netjob fails

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-07-15 00:03:11 +03:00
parent 37fb52aada
commit 68b5fdf748
2 changed files with 28 additions and 2 deletions

View File

@ -68,6 +68,7 @@ class NetJob : public ConcurrentTask {
public slots:
// Qt can't handle auto at the start for some reason?
bool abort() override;
void emitFailed(QString reason) override;
protected:
void updateState() override;