mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Fixed clazy warnings: returning void expression.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace BlackSimPlugin
|
||||
void CSimulatorEmulated::unload()
|
||||
{
|
||||
if (canLog()) { m_monitorWidget->appendReceivingCall(Q_FUNC_INFO); }
|
||||
return CSimulatorPluginCommon::unload();
|
||||
CSimulatorPluginCommon::unload();
|
||||
}
|
||||
|
||||
bool CSimulatorEmulated::logicallyAddRemoteAircraft(const CSimulatedAircraft &remoteAircraft)
|
||||
|
||||
Reference in New Issue
Block a user