diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-04 01:46:06 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-04 01:46:06 +0200 |
commit | c8385121987089af08ad95d28514af4b6dc13603 (patch) | |
tree | cc5ddf549d9cebbb77bfe175a9fcfd0276d51a64 /libsowatch | |
parent | 8af1436e92c1a853b74bacc9ac0adf012fdbc4ca (diff) | |
download | sowatch-c8385121987089af08ad95d28514af4b6dc13603.tar.gz sowatch-c8385121987089af08ad95d28514af4b6dc13603.zip |
add basic support for settings pages
Diffstat (limited to 'libsowatch')
-rw-r--r-- | libsowatch/watchletplugininterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/watchletplugininterface.h b/libsowatch/watchletplugininterface.h index 31accb9..cccf86f 100644 --- a/libsowatch/watchletplugininterface.h +++ b/libsowatch/watchletplugininterface.h @@ -22,6 +22,7 @@ public: struct WatchletInfo { QString name; QUrl icon; + QUrl configQmlUrl; }; virtual QStringList watchlets() = 0; |