Do not trigger loads if they are doomed to fail

This commit is contained in:
Klaus Basan
2017-09-27 03:01:03 +02:00
parent f2820ba5a5
commit 15e46ba94a
6 changed files with 37 additions and 3 deletions

View File

@@ -62,6 +62,10 @@ namespace BlackCore
//! \threadsafe
bool isInternetAccessible() const { return m_internetAccessible; }
//! Has working shared URL?
//! \threadsafe
bool hasWorkingSharedUrl() const;
//! A working shared URL
//! \threadsafe
BlackMisc::Network::CUrl getWorkingSharedUrl() const;