From 156d03706aec8083cffe331c44936e9cc183ee39 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sun, 30 Jan 2022 10:52:40 +0000 Subject: [PATCH] Update udpserver.cpp --- udpserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udpserver.cpp b/udpserver.cpp index c983033..31ee926 100644 --- a/udpserver.cpp +++ b/udpserver.cpp @@ -372,7 +372,7 @@ void udpServer::controlReceived() radio->txaudio->init(radio->txAudioSetup); }, Qt::QueuedConnection); #else - emit setupTxAudio(radio->txAudioSetup) + emit setupTxAudio(radio->txAudioSetup); #warning "QT 5.9 is not fully supported multiple rigs will NOT work!" #endif hasTxAudio = datagram.senderAddress();