mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Style and minor UI tweaks
This commit is contained in:
committed by
Mat Sutcliffe
parent
70f487cd01
commit
f14184ddc0
@@ -813,7 +813,7 @@ namespace BlackCore
|
||||
|
||||
void CContextSimulator::xCtxNetworkConnectionStatusChanged(const CConnectionStatus &from, const CConnectionStatus &to)
|
||||
{
|
||||
Q_UNUSED(from);
|
||||
Q_UNUSED(from)
|
||||
BLACK_VERIFY_X(this->getIContextNetwork(), Q_FUNC_INFO, "Missing network context");
|
||||
if (to.isConnected() && this->getIContextNetwork())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user