Preparing to prerelease

* apply clangformat
* fix yahoo weather api
This commit is contained in:
2016-04-05 00:24:37 +03:00
parent 7d1e035240
commit d9409c25f4
2 changed files with 9 additions and 7 deletions

View File

@ -23,9 +23,9 @@
#include "abstractextitem.h"
#define YAHOO_WEATHER_URL \
"https://query.yahooapis.com/v1/public/yql?format=json&q=select * from " \
"weather.forecast where u='c' and woeid in (select woeid from " \
"geo.places(1) where text='%1, %2')"
"https://query.yahooapis.com/v1/public/yql?format=json&env=store://" \
"datatables.org/alltableswithkeys&q=select * from weather.forecast where " \
"u='c' and woeid in (select woeid from geo.places(1) where text='%1, %2')"
namespace Ui