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

This commit is contained in:
Trial97
2023-08-17 15:22:45 +03:00
767 changed files with 22872 additions and 19967 deletions

View File

@ -52,7 +52,9 @@ class NetJob : public ConcurrentTask {
public:
using Ptr = shared_qobject_ptr<NetJob>;
explicit NetJob(QString job_name, shared_qobject_ptr<QNetworkAccessManager> network) : ConcurrentTask(nullptr, job_name), m_network(network) {}
explicit NetJob(QString job_name, shared_qobject_ptr<QNetworkAccessManager> network)
: ConcurrentTask(nullptr, job_name), m_network(network)
{}
~NetJob() override = default;
void startNext() override;