Update udpserver.cpp

merge-requests/9/merge
Phil Taylor 2022-05-08 19:33:22 +01:00
rodzic ac677db7ac
commit ed3ba16a8d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,8 +5,8 @@
#define LOCK_PERIOD 10 // time to attempt to lock Mutex in ms
#define AUDIO_SEND_PERIOD 20 //
udpServer::udpServer(SERVERCONFIG* config, QObject* parent) :
config(config),
QObject(parent)
QObject(parent),
config(config)
{
qInfo(logUdpServer()) << "Starting udp server";
}