diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 18:50:23 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 18:50:23 +0200 |
commit | bc5b70046e84c6e5a33a19bd2e64e626fdf0579e (patch) | |
tree | 49452d6add3626d527b19298acd1587de167350b /libsowatch/watchplugininterface.h | |
parent | c7c6a2c596637fd4942c7fb80341ca2ef7b47808 (diff) | |
download | sowatch-bc5b70046e84c6e5a33a19bd2e64e626fdf0579e.tar.gz sowatch-bc5b70046e84c6e5a33a19bd2e64e626fdf0579e.zip |
first UI editable settings!
Diffstat (limited to 'libsowatch/watchplugininterface.h')
-rw-r--r-- | libsowatch/watchplugininterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/watchplugininterface.h b/libsowatch/watchplugininterface.h index 804f7f5..0ab2c4b 100644 --- a/libsowatch/watchplugininterface.h +++ b/libsowatch/watchplugininterface.h @@ -20,6 +20,7 @@ public: virtual QStringList drivers() = 0; virtual WatchScanner* getScanner(QObject *parent = 0) = 0; + virtual QUrl getConfigQmlUrl(const QString& driver) = 0; virtual Watch* getWatch(const QString& driver, ConfigKey* settings, QObject *parent = 0) = 0; }; |