From b414dbdb28d839c9755b1832f27f61d1ec9e7863 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 23 Sep 2011 23:15:49 +0200 Subject: Cleaning up bits --- metawatch/metawatch.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'metawatch/metawatch.h') diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h index d15054f..9da21bb 100644 --- a/metawatch/metawatch.h +++ b/metawatch/metawatch.h @@ -98,6 +98,9 @@ protected: QBluetoothAddress _address; QBluetoothSocket* _socket; + bool _24hMode : 1; + bool _dayMonthOrder : 1; + static const int connectRetryTimesSize = 6; static const int connectRetryTimes[connectRetryTimesSize]; short _connectRetries; -- cgit v1.2.3