1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Fix gcc warnings.

This commit is contained in:
srcejon
2024-02-27 14:24:27 +00:00
parent 8ad555972e
commit 6d0500ccbf
3 changed files with 10 additions and 4 deletions
@@ -847,6 +847,8 @@ void RemoteTCPInputGui::on_preFill_valueChanged(int value)
void RemoteTCPInputGui::on_protocol_currentIndexChanged(int index)
{
(void) index;
m_settings.m_protocol = ui->protocol->currentText();
m_settingsKeys.append("protocol");
sendSettings();