Merge pull request #3765 from highfidelity/revert-3763-revert-3762-fix-build-warning

Revert "Revert "Fix build warning""
This commit is contained in:
AndrewMeadows 2014-11-08 06:59:45 -08:00
commit e562f3d7a8

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 unsigned MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
const qint64 MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
static QTimer* idleTimer = NULL;