diff options
author | Mavridis Philippe <[email protected]> | 2021-12-14 12:14:40 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2022-01-14 12:39:12 +0200 |
commit | 432bc8184cbb2c599e351f4b09b2ad3be0cdba67 (patch) | |
tree | 6725428ab9de581b139fbb23cbd7dd921c07ae8e /kweather/metar_parser.h | |
parent | 2eeaa5f49bd6a2489366f479e5056458d4d6fca2 (diff) | |
download | tdetoys-432bc8184cbb2c599e351f4b09b2ad3be0cdba67.tar.gz tdetoys-432bc8184cbb2c599e351f4b09b2ad3be0cdba67.zip |
Rename getIcon(...) to saveIconNamePath(...)
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kweather/metar_parser.h')
-rw-r--r-- | kweather/metar_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/metar_parser.h b/kweather/metar_parser.h index 6a645d2..4f276e8 100644 --- a/kweather/metar_parser.h +++ b/kweather/metar_parser.h @@ -94,7 +94,7 @@ class MetarParser void calcCurrentIcon(); void calcWindChill(); bool isNight(const TQString &stationID) const; - void getIcon( int condition, bool night, int strength = 0 ); + void saveIconNamePath( int condition, bool night, int strength = 0 ); /* * Reset the internal WeatherInfo struct of the class so that |