summaryrefslogtreecommitdiff
path: root/metawatch/metawatchplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/metawatchplugin.h')
-rw-r--r--metawatch/metawatchplugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/metawatch/metawatchplugin.h b/metawatch/metawatchplugin.h
index 4ea0e5f..964aa04 100644
--- a/metawatch/metawatchplugin.h
+++ b/metawatch/metawatchplugin.h
@@ -15,7 +15,8 @@ public:
~MetaWatchPlugin();
virtual QStringList drivers();
- virtual Watch* getWatch(const QString& driver, QSettings& settings, QObject* parent = 0);
+ virtual WatchScanner* getScanner(QObject *parent);
+ virtual Watch* getWatch(const QString& driver, ConfigKey *settings, QObject *parent);
private:
static bool fontsLoaded;