diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-17 15:33:23 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-17 15:33:23 +0200 |
commit | e42e7dca8df8d1e4966545894e2dde228f19b6f0 (patch) | |
tree | 836234b65256c166079fa414c2b4804a972f06dc /libsowatch/weathernotification.h | |
parent | 5f9a4ac6abba07b5074c10038e5b363133ff4ef8 (diff) | |
download | sowatch-e42e7dca8df8d1e4966545894e2dde228f19b6f0.tar.gz sowatch-e42e7dca8df8d1e4966545894e2dde228f19b6f0.zip |
Some weather related fixes
Diffstat (limited to 'libsowatch/weathernotification.h')
-rw-r--r-- | libsowatch/weathernotification.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/weathernotification.h b/libsowatch/weathernotification.h index 3065a53..de3152a 100644 --- a/libsowatch/weathernotification.h +++ b/libsowatch/weathernotification.h @@ -15,6 +15,7 @@ public: enum WeatherType { UnknownWeather = 0, Sunny, + PartlyCloudy, Cloudy, Fog, Rain, |