summaryrefslogtreecommitdiff
path: root/metawatch/metawatchplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/metawatchplugin.h')
-rw-r--r--metawatch/metawatchplugin.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/metawatch/metawatchplugin.h b/metawatch/metawatchplugin.h
index 964aa04..5b729f2 100644
--- a/metawatch/metawatchplugin.h
+++ b/metawatch/metawatchplugin.h
@@ -14,9 +14,10 @@ public:
MetaWatchPlugin();
~MetaWatchPlugin();
- virtual QStringList drivers();
- virtual WatchScanner* getScanner(QObject *parent);
- virtual Watch* getWatch(const QString& driver, ConfigKey *settings, QObject *parent);
+ QStringList drivers();
+ WatchScanner* getScanner(QObject *parent);
+ QUrl getConfigQmlUrl(const QString &driver);
+ Watch* getWatch(const QString& driver, ConfigKey *settings, QObject *parent);
private:
static bool fontsLoaded;