правка ребут'а

This commit is contained in:
2026-02-18 11:15:30 +03:00
parent d810a48b68
commit a4f4f45b19

View File

@@ -61,11 +61,11 @@ Widget::Widget(QWidget *parent) :
udpNewTask->bind(6610, QUdpSocket::ShareAddress); udpNewTask->bind(6610, QUdpSocket::ShareAddress);
connect(udpNewTask, SIGNAL(readyRead()), this, SLOT(newTaskReadDatagrams())); connect(udpNewTask, SIGNAL(readyRead()), this, SLOT(newTaskReadDatagrams()));
QTimer *tmrSyncr = new QTimer(); tmrSyncr = new QTimer();
connect(tmrSyncr, SIGNAL(timeout()), this, SLOT(synhrTimeout())); connect(tmrSyncr, SIGNAL(timeout()), this, SLOT(synhrTimeout()));
tmrSyncr->start(1000); tmrSyncr->start(1000);
QTimer *tmrReport = new QTimer(); tmrReport = new QTimer();
connect(tmrReport, SIGNAL(timeout()), this, SLOT(sendReport())); connect(tmrReport, SIGNAL(timeout()), this, SLOT(sendReport()));
tmrReport->start(55); tmrReport->start(55);