mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e53e37f770
commit
6e0d855bf7
@@ -789,8 +789,8 @@ namespace BlackCore
|
||||
{
|
||||
Q_UNUSED(livery);
|
||||
Q_ASSERT_X(sApp && sApp->hasWebDataServices(), Q_FUNC_INFO, "Missing web data services");
|
||||
if (m_modelSet.isEmpty()) { return; } // ignore empty sets to not create silly stats
|
||||
if (sessionId.isEmpty()) { return; }
|
||||
if (m_modelSet.isEmpty()) { return; } // ignore empty sets to not create silly stats
|
||||
if (sessionId.isEmpty()) { return; }
|
||||
if (aircraftIcao.isEmpty()) { return; }
|
||||
|
||||
QString description;
|
||||
|
||||
Reference in New Issue
Block a user