summaryrefslogtreecommitdiffstats
path: root/kweather/metar_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/metar_parser.h')
-rw-r--r--kweather/metar_parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kweather/metar_parser.h b/kweather/metar_parser.h
index a5ab028..6a645d2 100644
--- a/kweather/metar_parser.h
+++ b/kweather/metar_parser.h
@@ -32,6 +32,8 @@ struct WeatherInfo
{
/** The current weather state outside */
TQString theWeather;
+ TQString iconName;
+ TQString iconPath;
int clouds;
float windMPH;
float tempC;
@@ -92,7 +94,7 @@ class MetarParser
void calcCurrentIcon();
void calcWindChill();
bool isNight(const TQString &stationID) const;
- TQString iconName( int condition, bool night, int strength = 0 ) const;
+ void getIcon( int condition, bool night, int strength = 0 );
/*
* Reset the internal WeatherInfo struct of the class so that