fixed comment

This commit is contained in:
Klaus Basan
2014-01-26 23:15:56 +01:00
parent 0e7c71f91b
commit b775a2c9d5

View File

@@ -535,7 +535,7 @@ namespace BlackCore
{ {
if (!m_temporaryVoiceRoomCallsigns.contains(callsign)) if (!m_temporaryVoiceRoomCallsigns.contains(callsign))
{ {
// He is has left // User has left
emit userLeftRoom(callsign); emit userLeftRoom(callsign);
} }
} }