diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-16 04:42:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-16 04:42:30 +0200 |
commit | 4da9bced6a27b92d49b9fc9392946510b8519d82 (patch) | |
tree | 7a2417a932a6463e3e6f6ec4d3799e24de917306 /sowatchd/daemon.h | |
parent | bde4bde8ec9d6d09874d5ae9e0ba6dc9431859b6 (diff) | |
download | sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.tar.gz sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.zip |
Initial implementation of weather
Diffstat (limited to 'sowatchd/daemon.h')
-rw-r--r-- | sowatchd/daemon.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sowatchd/daemon.h b/sowatchd/daemon.h index 8885d6f..48125fb 100644 --- a/sowatchd/daemon.h +++ b/sowatchd/daemon.h @@ -18,15 +18,9 @@ public: explicit Daemon(QObject *parent = 0); protected: - QMap<QString, WatchPluginInterface*> _drivers; - QMap<QString, NotificationPluginInterface*> _providers; - QMap<QString, WatchletPluginInterface*> _watchlets; + Registry* _registry; QList<WatchServer*> _servers; - void loadDrivers(); - void loadProviders(); - void loadWatchlets(); - void initWatches(); void initWatch(Watch* watch, QSettings& settings); }; |