mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Fixed clazy warnings: QString::arg.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace BlackCore
|
||||
|
||||
// No one else is using this voice room, so prepare to join
|
||||
m_voiceRoom = voiceRoom;
|
||||
QString callsign = QString("%1 (%2)").arg(m_callsign.toQString()).arg(m_userId);
|
||||
QString callsign = QString("%1 (%2)").arg(m_callsign.toQString(), m_userId);
|
||||
Vat_SetRoomInfo(m_voiceChannel.data(), qPrintable(voiceRoom.getHostname()), 3782,
|
||||
qPrintable(voiceRoom.getChannel()),
|
||||
qPrintable(callsign));
|
||||
|
||||
Reference in New Issue
Block a user