diff options
Diffstat (limited to 'metawatch/metawatchdigital.cpp')
-rw-r--r-- | metawatch/metawatchdigital.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/metawatch/metawatchdigital.cpp b/metawatch/metawatchdigital.cpp index e099f76..e3f8431 100644 --- a/metawatch/metawatchdigital.cpp +++ b/metawatch/metawatchdigital.cpp @@ -235,8 +235,10 @@ QImage MetaWatchDigital::iconForNotification(const Notification *n) } } -void MetaWatchDigital::handleWatchConnected() +void MetaWatchDigital::setupBluetoothWatch() { + MetaWatch::setupBluetoothWatch(); // Call generic setup + // Grab all of the buttons that are of interest to us // We do not grab the F button, as it triggers the LED. grabButton(IdleMode, BtnA); // Required for app-switch |