mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Style
This commit is contained in:
@@ -240,7 +240,7 @@ namespace BlackCore
|
|||||||
QPointer<CNetworkWatchdog> myself(this);
|
QPointer<CNetworkWatchdog> myself(this);
|
||||||
QTimer::singleShot(0, this, [ = ]
|
QTimer::singleShot(0, this, [ = ]
|
||||||
{
|
{
|
||||||
if (!myself) { return; }
|
if (!sApp || sApp->isShuttingDown() || !myself) { return; }
|
||||||
this->setNetworkAccessibility(accessibility);
|
this->setNetworkAccessibility(accessibility);
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ namespace BlackCore
|
|||||||
std::atomic_bool m_online { true };
|
std::atomic_bool m_online { true };
|
||||||
std::atomic_bool m_internetAccessible { true };
|
std::atomic_bool m_internetAccessible { true };
|
||||||
std::atomic_bool m_dbAccessible { true };
|
std::atomic_bool m_dbAccessible { true };
|
||||||
std::atomic_bool m_lastClientPingSuccess { true }; //!< ping swift DB client service
|
std::atomic_bool m_lastClientPingSuccess { true }; //!< ping swift DB client service, real HTTP response
|
||||||
std::atomic_bool m_checkDbAccessibility { true };
|
std::atomic_bool m_checkDbAccessibility { true };
|
||||||
std::atomic_bool m_checkSharedUrl { true };
|
std::atomic_bool m_checkSharedUrl { true };
|
||||||
std::atomic_bool m_checkInProgress { false }; //!< a check is currently in progress
|
std::atomic_bool m_checkInProgress { false }; //!< a check is currently in progress
|
||||||
|
|||||||
Reference in New Issue
Block a user