Use correct location for statusupdate!

half-duplex
Phil Taylor 2021-06-10 09:30:24 +01:00
rodzic 133fb1cf32
commit 8fb894f076
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -759,7 +759,7 @@ void wfmain::setServerToPrefs()
connect(this, SIGNAL(initServer()), udp, SLOT(init()));
connect(serverThread, SIGNAL(finished()), udp, SLOT(deleteLater()));
if (!prefs.enableLAN) {
connect(udp, SIGNAL(haveNetworkStatus(QString)), this, SLOT(handleStatusUpdate(QString)));
connect(udp, SIGNAL(haveNetworkStatus(QString)), rig, SLOT(handleStatusUpdate(QString)));
}
serverThread->start();