mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-11-04 14:53:41 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
const char *OWM_WEATHER_URL = "https://arcanis.me/weather";
|
||||
const char *OWM_FORECAST_URL = "https://arcanis.me/forecast";
|
||||
|
||||
explicit OWMWeatherProvider(QObject *_parent, const int _number);
|
||||
explicit OWMWeatherProvider(QObject *_parent);
|
||||
virtual ~OWMWeatherProvider();
|
||||
void initUrl(const QString &_city, const QString &_country, const int);
|
||||
QVariantHash parse(const QVariantMap &_json) const;
|
||||
|
||||
Reference in New Issue
Block a user