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 /libsowatch/sowatch.h | |
parent | bde4bde8ec9d6d09874d5ae9e0ba6dc9431859b6 (diff) | |
download | sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.tar.gz sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.zip |
Initial implementation of weather
Diffstat (limited to 'libsowatch/sowatch.h')
-rw-r--r-- | libsowatch/sowatch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libsowatch/sowatch.h b/libsowatch/sowatch.h index d8844bc..b0aa999 100644 --- a/libsowatch/sowatch.h +++ b/libsowatch/sowatch.h @@ -9,6 +9,7 @@ #include "watchplugininterface.h" #include "notification.h" +#include "weathernotification.h" #include "notificationprovider.h" #include "notificationplugininterface.h" @@ -17,4 +18,6 @@ #include "declarativewatchlet.h" #include "watchletplugininterface.h" +#include "registry.h" + #endif // SOWATCH_H |