mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Style and minor UI tweaks
This commit is contained in:
committed by
Mat Sutcliffe
parent
70f487cd01
commit
f14184ddc0
@@ -42,7 +42,7 @@ namespace BlackCore
|
||||
|
||||
public:
|
||||
//! Destructor
|
||||
virtual ~IContext() {}
|
||||
virtual ~IContext() override {}
|
||||
|
||||
//! Log categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace BlackMisc
|
||||
class CAircraftParts;
|
||||
class CCallsign;
|
||||
}
|
||||
namespace Network { class CTextMessage; }
|
||||
namespace Network { class CTextMessage; }
|
||||
namespace Simulation { class CAircraftModel; }
|
||||
}
|
||||
namespace BlackCore
|
||||
|
||||
@@ -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