summaryrefslogtreecommitdiff
path: root/metawatch/metawatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r--metawatch/metawatch.h3
1 files changed, 3 insertions, 0 deletions
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;