summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weather.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/weather.h b/weather.h
index bfdd81b..ffbbcc6 100644
--- a/weather.h
+++ b/weather.h
@@ -36,8 +36,8 @@ class Weather : public QObject
QString condition() { return m_condition; }
signals:
- void temperatureChanged(QString);
- void conditionChanged(QString);
+ void temperatureChanged(QString temperature);
+ void conditionChanged(QString condition);
private:
MessageEngine *m_mloop;