Update udpserver.cpp

merge-requests/5/head
Phil Taylor 2021-06-11 10:39:28 +01:00
rodzic 7ff3b86082
commit 721d931be4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -920,6 +920,7 @@ void udpServer::sendControl(CLIENT* c, quint8 type, quint16 seq)
void udpServer::sendPing(QList<CLIENT*>* l, CLIENT* c, quint16 seq, bool reply)
{
Q_UNUSED(l);
/*
QDateTime now = QDateTime::currentDateTime();