aboutsummaryrefslogtreecommitdiff
path: root/client/Client.h
diff options
context:
space:
mode:
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.