Use correct location for statusupdate!

merge-requests/5/head
Phil Taylor 2021-06-10 09:30:24 +01:00
rodzic 4747dd4f61
commit 170b494bad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -754,7 +754,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();