aboutsummaryrefslogtreecommitdiff
path: root/client/Client.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-30 14:34:49 +0100
committerlonkaars <loek@pipeframe.xyz>2022-10-30 14:34:49 +0100
commite892ee5639d0f538740e4f1d51284ec27039e270 (patch)
treecd6906c0c4f0f3290875d839ccb308e5d045da4e /client/Client.h
parent762a3b76d9b3351a93d8156598a79eaec4c0ef90 (diff)
fix last record time delta fetch
Diffstat (limited to 'client/Client.h')
-rw-r--r--client/Client.h2
1 files changed, 1 insertions, 1 deletions
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.