Replace the 99 with a const int.

This commit is contained in:
Jeffrey Oliver 2015-01-04 15:32:29 -08:00
parent 8eb0e2dbef
commit 4a2a61ef46
2 changed files with 4 additions and 2 deletions

View file

@ -50,6 +50,8 @@ private:
QSet<int> gameTypeFilter;
int maxPlayersFilterMin, maxPlayersFilterMax;
static const int DEFAULT_MAX_PLAYERS_MAX = 99;
/*
* The game type might contain special characters, so to use it in
* QSettings we just hash it.