mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-02 21:59:55 +00:00
implement qcronscheduler, tests update
This commit is contained in:
@ -43,8 +43,8 @@ private:
|
||||
ExtQuotes *extQuotes = nullptr;
|
||||
QVariantHash cache;
|
||||
QString ticker = QString("EURUSD=X");
|
||||
QStringList types = QStringList() << QString("ask") << QString("bid")
|
||||
<< QString("price");
|
||||
QStringList types = QStringList()
|
||||
<< QString("ask") << QString("bid") << QString("price");
|
||||
// we assume that price will not be differ more than in 2 times
|
||||
QPair<double, double> price = QPair<double, double>(0.5, 2.0);
|
||||
};
|
||||
|
Reference in New Issue
Block a user