diff options
Diffstat (limited to 'metawatch')
-rw-r--r-- | metawatch/metawatch.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/metawatch/metawatch.cpp b/metawatch/metawatch.cpp index 7487c13..32e8707 100644 --- a/metawatch/metawatch.cpp +++ b/metawatch/metawatch.cpp @@ -269,6 +269,9 @@ void MetaWatch::setupBluetoothWatch() _currentMode = IdleMode; _paintMode = IdleMode; + connect(_socket, SIGNAL(readyRead()), + SLOT(dataReceived())); + // Configure the watch according to user preferences updateWatchProperties(); |