From a4f4f45b199dae0bee3aa781bc78c727195f6e74 Mon Sep 17 00:00:00 2001 From: Vorpal Date: Wed, 18 Feb 2026 11:15:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=80?= =?UTF-8?q?=D0=B5=D0=B1=D1=83=D1=82'=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget.cpp b/widget.cpp index 964e119..b71c2e1 100644 --- a/widget.cpp +++ b/widget.cpp @@ -61,11 +61,11 @@ Widget::Widget(QWidget *parent) : udpNewTask->bind(6610, QUdpSocket::ShareAddress); connect(udpNewTask, SIGNAL(readyRead()), this, SLOT(newTaskReadDatagrams())); - QTimer *tmrSyncr = new QTimer(); + tmrSyncr = new QTimer(); connect(tmrSyncr, SIGNAL(timeout()), this, SLOT(synhrTimeout())); tmrSyncr->start(1000); - QTimer *tmrReport = new QTimer(); + tmrReport = new QTimer(); connect(tmrReport, SIGNAL(timeout()), this, SLOT(sendReport())); tmrReport->start(55);