auto-update transaction list

This commit is contained in:
Wladimir J. van der Laan
2011-05-28 20:32:19 +02:00
parent f6c18bc9ed
commit 63760fa1cd
7 changed files with 98 additions and 21 deletions

View File

@ -0,0 +1,11 @@
#ifndef GUICONSTANTS_H
#define GUICONSTANTS_H
/* milliseconds between model updates */
static const int MODEL_UPDATE_DELAY = 250;
/* size of cache */
static const unsigned int WALLET_CACHE_SIZE = 100;
#endif // GUICONSTANTS_H