mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-14 17:13:41 +00:00
refactor: refresh shared library
This commit is contained in:
@ -40,6 +40,7 @@ void StooqQuotesProvider::initUrl(const QString &_asset)
|
||||
qCDebug(LOG_LIB) << "Init query for" << _asset;
|
||||
|
||||
m_url = QUrl(STOOQ_QUOTES_URL);
|
||||
|
||||
QUrlQuery params;
|
||||
params.addQueryItem("s", _asset);
|
||||
params.addQueryItem("f", "pv");
|
||||
|
||||
Reference in New Issue
Block a user