From ae37832316d905889c82706b351b3c037c9e1ab6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 6 May 2013 23:13:37 +0200 Subject: prepare for weather qml notifications --- meecastweather/meecastweather.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meecastweather/meecastweather.h') 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(); -- cgit v1.2.3