diff options
Diffstat (limited to 'harmaccuweather/harmaccuweather.h')
-rw-r--r-- | harmaccuweather/harmaccuweather.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/harmaccuweather/harmaccuweather.h b/harmaccuweather/harmaccuweather.h index 8b403b9..4fcf2da 100644 --- a/harmaccuweather/harmaccuweather.h +++ b/harmaccuweather/harmaccuweather.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(); |