mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Reduced number of (unnecessary) network status messages
This commit is contained in:
committed by
Roland Winklmeier
parent
b6edb13da0
commit
09ab653cf9
@@ -130,6 +130,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
bool isNetworkAccessibilityCheckDisabled() const { return m_disableNetworkCheck; }
|
||||
|
||||
//! Network check enabled?
|
||||
//! \threadsafe
|
||||
bool isNetworkAccessibilityCheckEnabled() const { return !this->isNetworkAccessibilityCheckDisabled(); }
|
||||
|
||||
//! URL referring to the DB
|
||||
//! \remark depends on BlackCore::Application::getGlobalSetup()
|
||||
static bool isDbUrl(const BlackMisc::Network::CUrl &url);
|
||||
|
||||
Reference in New Issue
Block a user