drop qxml, port quotes from xml to json (xml has been used for qt4

branch)
This commit is contained in:
arcan1s
2015-05-28 09:16:27 +03:00
parent 8dc3510a30
commit b51c97abbb
6 changed files with 38 additions and 53 deletions

View File

@ -21,7 +21,7 @@
#include <QDialog>
#include <QMap>
#define YAHOO_URL "https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.quotes where symbol in (\"$TICKER\")&env=store://datatables.org/alltableswithkeys"
#define YAHOO_URL "https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.quotes where symbol=\"$TICKER\"&env=store://datatables.org/alltableswithkeys&format=json"
class QNetworkReply;