2011-05-28 20:32:19 +02:00
|
|
|
#ifndef GUICONSTANTS_H
|
|
|
|
#define GUICONSTANTS_H
|
|
|
|
|
|
|
|
/* milliseconds between model updates */
|
2011-07-17 14:06:43 +02:00
|
|
|
static const int MODEL_UPDATE_DELAY = 500;
|
2011-05-28 20:32:19 +02:00
|
|
|
|
|
|
|
/* size of cache */
|
|
|
|
static const unsigned int WALLET_CACHE_SIZE = 100;
|
|
|
|
|
|
|
|
|
|
|
|
#endif // GUICONSTANTS_H
|