made sure that the retry dialog is not displayed offline
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
c04031ff00
commit
bb48d1ec9d
4 changed files with 17 additions and 1 deletions
|
@ -74,6 +74,7 @@ class NetJob : public ConcurrentTask {
|
|||
|
||||
protected:
|
||||
void updateState() override;
|
||||
bool isOnline();
|
||||
|
||||
private:
|
||||
shared_qobject_ptr<QNetworkAccessManager> m_network;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue