summaryrefslogtreecommitdiff
path: root/libsowatch/weathernotification.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-25 20:18:38 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-25 20:18:38 +0200
commitd6d10c69ba454a6e555733815680acdfc0ee5402 (patch)
tree34b354ea35801e8a4e918b9687655aa3751a6884 /libsowatch/weathernotification.h
parentd2e8f4fab19d76e2f00ddbaca0c78ee1276651a6 (diff)
downloadsowatch-d6d10c69ba454a6e555733815680acdfc0ee5402.tar.gz
sowatch-d6d10c69ba454a6e555733815680acdfc0ee5402.zip
fix meecast non-automatic C -> F conversion
Diffstat (limited to 'libsowatch/weathernotification.h')
-rw-r--r--libsowatch/weathernotification.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsowatch/weathernotification.h b/libsowatch/weathernotification.h
index de3152a..843a844 100644
--- a/libsowatch/weathernotification.h
+++ b/libsowatch/weathernotification.h
@@ -32,8 +32,14 @@ public:
virtual WeatherType forecast() = 0;
virtual int temperature() = 0;
virtual Unit temperatureUnits() = 0;
+
+ /** Quite useful helper function. */
+ static qreal convertTemperature(qreal temp, Unit from, Unit to);
+ static int convertTemperature(int temp, Unit from, Unit to);
};
+
+
}
#endif // WEATHERNOTIFICATION_H