diff --git a/plugins/deviceplugins/openweathermap/openweathermap.cpp b/plugins/deviceplugins/openweathermap/openweathermap.cpp index 0021578c..6585cdab 100644 --- a/plugins/deviceplugins/openweathermap/openweathermap.cpp +++ b/plugins/deviceplugins/openweathermap/openweathermap.cpp @@ -112,7 +112,6 @@ void OpenWeatherMap::processSearchResponse(QByteArray data) } qDebug() << "----------------------------------------"; emit searchResultReady(cityList); - } void OpenWeatherMap::processSearchLocationResponse(QByteArray data) diff --git a/plugins/deviceplugins/openweathermap/openweathermap.h b/plugins/deviceplugins/openweathermap/openweathermap.h index 3fee5ed2..e672fcd4 100644 --- a/plugins/deviceplugins/openweathermap/openweathermap.h +++ b/plugins/deviceplugins/openweathermap/openweathermap.h @@ -68,7 +68,7 @@ private: void processWeatherResponse(QByteArray data); signals: - + void searchResultReady(const QList &cityList); public slots: void update();