summaryrefslogtreecommitdiff
path: root/meecastweather/meecastweather.h
diff options
context:
space:
mode:
Diffstat (limited to 'meecastweather/meecastweather.h')
-rw-r--r--meecastweather/meecastweather.h3
1 files changed, 3 insertions, 0 deletions
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();