From d6d10c69ba454a6e555733815680acdfc0ee5402 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 25 Aug 2012 20:18:38 +0200 Subject: fix meecast non-automatic C -> F conversion --- meecastweather/meecastweather.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meecastweather/meecastweather.h') diff --git a/meecastweather/meecastweather.h b/meecastweather/meecastweather.h index 9526726..a1ac393 100644 --- a/meecastweather/meecastweather.h +++ b/meecastweather/meecastweather.h @@ -31,6 +31,9 @@ public: void activate(); void dismiss(); +private: + int convertTemperatureToUserUnit(int temp, Unit unit); + private slots: void fileChanged(const QString& path); void parseConfigFile(); -- cgit v1.2.3