mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Ask user to retry if netjob fails
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user