mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-03 17:05:54 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user