mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Style
This commit is contained in:
@@ -733,9 +733,9 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
Q_ASSERT(CThreadUtils::isCurrentThreadObjectThread(this));
|
Q_ASSERT(CThreadUtils::isCurrentThreadObjectThread(this));
|
||||||
if (!this->isConnectedAndNotShuttingDown()) { return; }
|
if (!this->isConnectedAndNotShuttingDown()) { return; }
|
||||||
return;
|
|
||||||
Q_UNUSED(url)
|
Q_UNUSED(url)
|
||||||
Q_UNUSED(callsign)
|
Q_UNUSED(callsign)
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CAirspaceMonitor::onAtisLogoffTimeReceived(const CCallsign &callsign, const QString &zuluTime)
|
void CAirspaceMonitor::onAtisLogoffTimeReceived(const CCallsign &callsign, const QString &zuluTime)
|
||||||
|
|||||||
@@ -425,6 +425,7 @@ namespace BlackCore
|
|||||||
void CContextOwnAircraft::xCtxChangedAtcStationOnlineConnectionStatus(const CAtcStation &atcStation, bool connected)
|
void CContextOwnAircraft::xCtxChangedAtcStationOnlineConnectionStatus(const CAtcStation &atcStation, bool connected)
|
||||||
{
|
{
|
||||||
// any of our active frequencies?
|
// any of our active frequencies?
|
||||||
|
// keep this to play notification sounds maybe
|
||||||
Q_UNUSED(connected)
|
Q_UNUSED(connected)
|
||||||
Q_UNUSED(atcStation)
|
Q_UNUSED(atcStation)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user