summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/watchconnector.h')
-rw-r--r--daemon/watchconnector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h
index 4015870..36d0936 100644
--- a/daemon/watchconnector.h
+++ b/daemon/watchconnector.h
@@ -130,6 +130,7 @@ private:
QPointer<QBluetoothSocket> socket;
bool is_connected;
+ QTimer reconnectTimer;
QString _last_name;
QString _last_address;
};