summaryrefslogtreecommitdiff
path: root/metawatch/metawatch.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-23 23:15:49 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-23 23:15:49 +0200
commitb414dbdb28d839c9755b1832f27f61d1ec9e7863 (patch)
treef38470222ec8abff7aad3e55807cc60ee93af20f /metawatch/metawatch.h
parent77a98ac21c2520d9fb4bb9c8f70967a8e36dc872 (diff)
downloadsowatch-b414dbdb28d839c9755b1832f27f61d1ec9e7863.tar.gz
sowatch-b414dbdb28d839c9755b1832f27f61d1ec9e7863.zip
Cleaning up bits
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;