mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-05 09:55:52 +00:00
Preparing to prerelease
* apply clangformat * fix yahoo weather api
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user