mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Fix uninitialized variable
This commit is contained in:
parent
13f7dddc67
commit
3db9c0a257
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ GamesProxyModel::GamesProxyModel(QObject *parent, ServerInfo_User *_ownUser)
|
||||||
: QSortFilterProxyModel(parent),
|
: QSortFilterProxyModel(parent),
|
||||||
ownUser(_ownUser),
|
ownUser(_ownUser),
|
||||||
unavailableGamesVisible(false),
|
unavailableGamesVisible(false),
|
||||||
|
passwordProtectedGamesVisible(false),
|
||||||
maxPlayersFilterMin(-1),
|
maxPlayersFilterMin(-1),
|
||||||
maxPlayersFilterMax(-1)
|
maxPlayersFilterMax(-1)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue