From 8024b46c278773339957fea9bae4f100f6099a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Sun, 13 Apr 2014 22:53:06 +0200 Subject: [PATCH] fixed openweather search --- plugins/deviceplugins/openweathermap/openweathermap.cpp | 1 - plugins/deviceplugins/openweathermap/openweathermap.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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();