mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Fixed clazy warnings: returning void expression.
This commit is contained in:
@@ -875,7 +875,7 @@ namespace BlackCore
|
||||
{
|
||||
if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO; }
|
||||
if (!m_simulatorPlugin.second) { return; }
|
||||
return m_simulatorPlugin.second->recalculateAllAircraft();
|
||||
m_simulatorPlugin.second->recalculateAllAircraft();
|
||||
}
|
||||
|
||||
bool CContextSimulator::resetToModelMatchingAircraft(const CCallsign &callsign)
|
||||
|
||||
Reference in New Issue
Block a user