fixed openweather search
This commit is contained in:
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();
|
||||
|
||||
Reference in New Issue
Block a user