diff options
Diffstat (limited to 'metawatch/metawatchanalog.cpp')
-rw-r--r-- | metawatch/metawatchanalog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metawatch/metawatchanalog.cpp b/metawatch/metawatchanalog.cpp index 60993d4..5d35266 100644 --- a/metawatch/metawatchanalog.cpp +++ b/metawatch/metawatchanalog.cpp @@ -6,8 +6,8 @@ using namespace sowatch; // TODO : Figure out how the OLED screen protocol works, including scrolling // TODO : Idle and Notification screens for the Analog Metawatch -MetaWatchAnalog::MetaWatchAnalog(const QBluetoothAddress& address, QSettings* settings, QObject *parent) : - MetaWatch(address, settings, parent) +MetaWatchAnalog::MetaWatchAnalog(ConfigKey* settings, QObject *parent) : + MetaWatch(settings, parent) { } |