Style and minor UI tweaks

This commit is contained in:
Klaus Basan
2020-04-11 22:01:23 +02:00
committed by Mat Sutcliffe
parent 70f487cd01
commit f14184ddc0
5 changed files with 10 additions and 9 deletions

View File

@@ -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())
{