summaryrefslogtreecommitdiff
path: root/metawatch/metawatchdigitalsimulator.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:04:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:04:31 +0200
commitccd19d2b7ee4184503ea46b98333b27a5613190e (patch)
treef78cc3f3c946d7a4f8167f72fb20703c65494d84 /metawatch/metawatchdigitalsimulator.cpp
parent6003bf81107dd9be51589c074b74c5af82bfc8ab (diff)
downloadsowatch-ccd19d2b7ee4184503ea46b98333b27a5613190e.tar.gz
sowatch-ccd19d2b7ee4184503ea46b98333b27a5613190e.zip
big change: a new abstract BluetoothWatch class
Diffstat (limited to 'metawatch/metawatchdigitalsimulator.cpp')
-rw-r--r--metawatch/metawatchdigitalsimulator.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/metawatch/metawatchdigitalsimulator.cpp b/metawatch/metawatchdigitalsimulator.cpp
index c20e8c5..f808515 100644
--- a/metawatch/metawatchdigitalsimulator.cpp
+++ b/metawatch/metawatchdigitalsimulator.cpp
@@ -116,6 +116,8 @@ void MetaWatchDigitalSimulator::vibrate(bool on)
void MetaWatchDigitalSimulator::connectToWatch()
{
+ // Skip BluetoothWatch connection stuff
+
if (!_connected && _form) {
qDebug() << "simulator connected";
@@ -123,7 +125,7 @@ void MetaWatchDigitalSimulator::connectToWatch()
_currentMode = IdleMode;
_paintMode = IdleMode;
- handleWatchConnected();
+ MetaWatchDigital::setupBluetoothWatch();
emit connected();
}