summaryrefslogtreecommitdiff
path: root/libsowatch/weathernotification.h
diff options
context:
space:
mode:
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