mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Fixed clazy warnings: returning void expression.
This commit is contained in:
@@ -136,7 +136,7 @@ namespace BlackMisc
|
||||
{
|
||||
QWriteLocker l(&m_lockClient);
|
||||
if (!m_clients.contains(callsign)) { return; }
|
||||
return m_clients[callsign].setSwiftClient(true);
|
||||
m_clients[callsign].setSwiftClient(true);
|
||||
}
|
||||
|
||||
// Pin the vtable to this file
|
||||
|
||||
Reference in New Issue
Block a user