mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 07:09:58 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -24,8 +24,7 @@
|
||||
#include "awabstractpairhelper.h"
|
||||
|
||||
|
||||
class AWFormatterHelper : public AbstractExtItemAggregator,
|
||||
public AWAbstractPairHelper
|
||||
class AWFormatterHelper : public AbstractExtItemAggregator, public AWAbstractPairHelper
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -48,8 +47,7 @@ public slots:
|
||||
|
||||
private:
|
||||
// methods
|
||||
AWAbstractFormatter::FormatterClass
|
||||
defineFormatterClass(const QString &_stringType) const;
|
||||
AWAbstractFormatter::FormatterClass defineFormatterClass(const QString &_stringType) const;
|
||||
void initFormatters();
|
||||
QPair<QString, AWAbstractFormatter::FormatterClass>
|
||||
readMetadata(const QString &_filePath) const;
|
||||
|
Reference in New Issue
Block a user