more branding and updates

This commit is contained in:
DenioD
2019-10-24 02:25:58 +02:00
parent 748a4a63db
commit 97b7cad8fc
8 changed files with 56 additions and 55 deletions

View File

@@ -121,9 +121,9 @@ public:
static const QString labelRegExp;
static const int updateSpeed = 10 * 1000; // 10 sec
static const int quickUpdateSpeed = 3 * 1000; // 3 sec
static const int priceRefreshSpeed = 15 * 60 * 1000; // 15 mins
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
private:
// This class can only be accessed through Settings::getInstance()