Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into skin_selector

This commit is contained in:
Trial97
2024-05-30 14:25:51 +03:00
8 changed files with 44 additions and 52 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;