summaryrefslogtreecommitdiff
path: root/meecastweather/meecastweather.h
diff options
context:
space:
mode:
Diffstat (limited to 'meecastweather/meecastweather.h')
-rw-r--r--meecastweather/meecastweather.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/meecastweather/meecastweather.h b/meecastweather/meecastweather.h
index a1ac393..b51a1e4 100644
--- a/meecastweather/meecastweather.h
+++ b/meecastweather/meecastweather.h
@@ -24,9 +24,9 @@ public:
QString title() const;
QString body() const;
- WeatherType forecast();
- int temperature();
- Unit temperatureUnits();
+ WeatherType forecast() const;
+ int temperature() const;
+ Unit temperatureUnits() const;
void activate();
void dismiss();