From 35cdaf09bfdbe49c1bb371448bd2a5946d740204 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 17 Oct 2019 17:17:53 +0200 Subject: [PATCH] Style --- src/blackcore/airspacemonitor.cpp | 2 +- src/blackcore/context/contextownaircraftimpl.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blackcore/airspacemonitor.cpp b/src/blackcore/airspacemonitor.cpp index d1649b031..04d1ec8be 100644 --- a/src/blackcore/airspacemonitor.cpp +++ b/src/blackcore/airspacemonitor.cpp @@ -733,9 +733,9 @@ namespace BlackCore { Q_ASSERT(CThreadUtils::isCurrentThreadObjectThread(this)); if (!this->isConnectedAndNotShuttingDown()) { return; } - return; Q_UNUSED(url) Q_UNUSED(callsign) + return; } void CAirspaceMonitor::onAtisLogoffTimeReceived(const CCallsign &callsign, const QString &zuluTime) diff --git a/src/blackcore/context/contextownaircraftimpl.cpp b/src/blackcore/context/contextownaircraftimpl.cpp index 3c7bcd6d9..36f623f2a 100644 --- a/src/blackcore/context/contextownaircraftimpl.cpp +++ b/src/blackcore/context/contextownaircraftimpl.cpp @@ -425,6 +425,7 @@ namespace BlackCore void CContextOwnAircraft::xCtxChangedAtcStationOnlineConnectionStatus(const CAtcStation &atcStation, bool connected) { // any of our active frequencies? + // keep this to play notification sounds maybe Q_UNUSED(connected) Q_UNUSED(atcStation) }