Merge pull request #1365 from Trial97/netjob_retry

Ask user to retry if netjob fails
This commit is contained in:
Alexandru Ionut Tripon
2024-05-18 17:54:12 +03:00
committed by GitHub
2 changed files with 29 additions and 2 deletions

View File

@ -66,6 +66,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 slots:
void executeNextSubTask() override;