mirror of https://github.com/nymea/nymea.git
fixed openweather search
parent
b088e13ea6
commit
8024b46c27
|
|
@ -112,7 +112,6 @@ void OpenWeatherMap::processSearchResponse(QByteArray data)
|
|||
}
|
||||
qDebug() << "----------------------------------------";
|
||||
emit searchResultReady(cityList);
|
||||
|
||||
}
|
||||
|
||||
void OpenWeatherMap::processSearchLocationResponse(QByteArray data)
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ private:
|
|||
void processWeatherResponse(QByteArray data);
|
||||
|
||||
signals:
|
||||
|
||||
void searchResultReady(const QList<QVariantMap> &cityList);
|
||||
|
||||
public slots:
|
||||
void update();
|
||||
|
|
|
|||
Loading…
Reference in New Issue