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