mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Fix cppcheck and compiler warnings
This commit is contained in:
@@ -252,7 +252,7 @@ namespace BlackMisc
|
||||
|
||||
void CTextMessage::toggleSenderRecipient()
|
||||
{
|
||||
qSwap(m_senderCallsign, m_recipientCallsign);
|
||||
std::swap(m_senderCallsign, m_recipientCallsign);
|
||||
}
|
||||
|
||||
bool CTextMessage::isSelcalMessage() const
|
||||
|
||||
Reference in New Issue
Block a user