made sure that the retry dialog is not displayed offline

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-06-24 00:29:21 +03:00
parent c04031ff00
commit bb48d1ec9d
4 changed files with 17 additions and 1 deletions

View File

@ -74,6 +74,7 @@ class NetJob : public ConcurrentTask {
protected:
void updateState() override;
bool isOnline();
private:
shared_qobject_ptr<QNetworkAccessManager> m_network;