diff options
Diffstat (limited to 'meecastweather/meecastweather.h')
-rw-r--r-- | meecastweather/meecastweather.h | 3 |
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(); |