From e892ee5639d0f538740e4f1d51284ec27039e270 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 30 Oct 2022 14:34:49 +0100 Subject: fix last record time delta fetch --- client/Client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/Client.h') diff --git a/client/Client.h b/client/Client.h index b90e5e9..433aecf 100644 --- a/client/Client.h +++ b/client/Client.h @@ -25,7 +25,7 @@ public slots: private: void missingRecords(); - int _missingRecords; + int _missingRecords = 0; QTcpSocket *socket; // tcpsocket for communicating QTimer *timer; // timer to read every second what time it curruntly is. -- cgit v1.2.3