Fix compile issue

merge-requests/9/merge
Phil Taylor 2022-01-27 22:52:50 +00:00
rodzic 77b7462f74
commit 3d1e04c556
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -371,7 +371,7 @@ void udpServer::controlReceived()
radio->txaudio->init(radio->txAudioSetup);
}, Qt::QueuedConnection);
#else
#warn "QT 5.9 is not fully supported"
#warning "QT 5.9 is not fully supported"
#endif
emit setupTxAudio(outAudio);
@ -410,7 +410,7 @@ void udpServer::controlReceived()
radio->rxaudio->init(radio->rxAudioSetup);
}, Qt::QueuedConnection);
#else
#warn "QT 5.9 is not fully supported"
#warning "QT 5.9 is not fully supported"
#endif
radio->rxAudioTimer = new QTimer();
@ -583,7 +583,7 @@ void udpServer::civReceived()
radio->rig->dataFromServer(r.mid(0x15));;
}, Qt::DirectConnection);
#else
#warn "QT 5.9 is not fully supported"
#warning "QT 5.9 is not fully supported"
#endif
}