mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -35,8 +35,7 @@ class AWAbstractPairConfig : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AWAbstractPairConfig(QWidget *_parent = nullptr,
|
||||
const bool _hasEdit = false,
|
||||
explicit AWAbstractPairConfig(QWidget *_parent = nullptr, const bool _hasEdit = false,
|
||||
const QStringList &_keys = QStringList());
|
||||
virtual ~AWAbstractPairConfig();
|
||||
template <class T> void initHelper()
|
||||
|
Reference in New Issue
Block a user