diff options
Diffstat (limited to 'metawatch/metawatchdigital.h')
-rw-r--r-- | metawatch/metawatchdigital.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/metawatchdigital.h b/metawatch/metawatchdigital.h index 7ce195b..4fd6ae6 100644 --- a/metawatch/metawatchdigital.h +++ b/metawatch/metawatchdigital.h @@ -10,7 +10,7 @@ class MetaWatchDigital : public MetaWatch { Q_OBJECT public: - explicit MetaWatchDigital(const QBluetoothAddress& address, QSettings* settings = 0, QObject *parent = 0); + explicit MetaWatchDigital(ConfigKey *settings, QObject *parent = 0); static const int screenWidth = 96; static const int screenHeight = 96; |