Add full support of USD,EUR,BTC
This commit is contained in:
@@ -107,9 +107,9 @@ public:
|
||||
|
||||
static const QString labelRegExp;
|
||||
|
||||
static const int updateSpeed = 20 * 1000; // 10 sec
|
||||
static const int quickUpdateSpeed = 5 * 1000; // 3 sec
|
||||
static const int priceRefreshSpeed = 60 * 60 * 1000; // 15 mins
|
||||
static const int updateSpeed = 20 * 1000; // 20 sec
|
||||
static const int quickUpdateSpeed = 5 * 1000; // 5 sec
|
||||
static const int priceRefreshSpeed = 5 * 60 * 1000; // 5 mins
|
||||
|
||||
private:
|
||||
// This class can only be accessed through Settings::getInstance()
|
||||
|
||||
Reference in New Issue
Block a user