mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Minor changes such as parameter warnings, added metatype registration for voice
refs #81
This commit is contained in:
committed by
Mathew Sutcliffe
parent
db4a3c5de4
commit
0c01da4c8e
@@ -470,7 +470,7 @@ namespace BlackCore
|
||||
cbvar_cast(cbVar)->m_outputDevices.append(outputDevice);
|
||||
}
|
||||
|
||||
void CVoiceClientVatlib::addUserInRoom(const ComUnit comUnit, const QString &callsign)
|
||||
void CVoiceClientVatlib::addUserInRoom(const ComUnit /** comUnit **/, const QString &callsign)
|
||||
{
|
||||
m_voiceRoomUsersUpdate.insert(callsign);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user