Revert "Fix build warning"

This commit is contained in:
Brad Hefta-Gaub 2014-11-07 21:47:28 -08:00
parent 8e9d0a6396
commit 09490b58b4

View file

@ -108,7 +108,7 @@ static unsigned STARFIELD_SEED = 1;
static const int BANDWIDTH_METER_CLICK_MAX_DRAG_LENGTH = 6; // farther dragged clicks are ignored
const qint64 MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
const unsigned MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
static QTimer* idleTimer = NULL;