Ref T730, style

This commit is contained in:
Klaus Basan
2019-09-19 12:57:09 +02:00
committed by Mat Sutcliffe
parent f9b73bf70e
commit a37c9a8772
3 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ namespace BlackCore
HeartbeatDto keepAlive;
keepAlive.callsign = m_connection.m_callsign.toStdString();
QByteArray dataBytes = CryptoDtoSerializer::Serialize(*m_connection.voiceCryptoChannel, CryptoDtoMode::AEAD_ChaCha20Poly1305, keepAlive);
m_udpSocket.writeDatagram(dataBytes, QHostAddress(voiceServerUrl.host()), voiceServerUrl.port());
m_udpSocket.writeDatagram(dataBytes, QHostAddress(voiceServerUrl.host()), static_cast<quint16>(voiceServerUrl.port()));
}
} // ns
} // ns