Replace yahoo finance to stooq (#131)

Old code is dropped to separated provider
This commit is contained in:
2017-12-15 02:01:34 +03:00
parent eb911551eb
commit e5a9e99438
134 changed files with 1213 additions and 1597 deletions

View File

@ -28,8 +28,7 @@ class ExtSysMonAggregator : public QObject
Q_OBJECT
public:
explicit ExtSysMonAggregator(QObject *_parent,
const QHash<QString, QString> &_config);
explicit ExtSysMonAggregator(QObject *_parent, const QHash<QString, QString> &_config);
virtual ~ExtSysMonAggregator();
QVariant data(const QString &_source) const;
bool hasSource(const QString &_source) const;