From 432bc8184cbb2c599e351f4b09b2ad3be0cdba67 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Tue, 14 Dec 2021 12:14:40 +0200 Subject: Rename getIcon(...) to saveIconNamePath(...) Signed-off-by: Mavridis Philippe --- kweather/metar_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kweather/metar_parser.h') 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 -- cgit v1.2.1