From 3db9c0a2570e055c5addc37ffb5b6f4069cbb1c8 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 1 Jul 2014 19:40:14 +0200 Subject: [PATCH] Fix uninitialized variable --- cockatrice/src/gamesmodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/gamesmodel.cpp b/cockatrice/src/gamesmodel.cpp index 9dd7185d5..df0ec8809 100644 --- a/cockatrice/src/gamesmodel.cpp +++ b/cockatrice/src/gamesmodel.cpp @@ -93,6 +93,7 @@ GamesProxyModel::GamesProxyModel(QObject *parent, ServerInfo_User *_ownUser) : QSortFilterProxyModel(parent), ownUser(_ownUser), unavailableGamesVisible(false), + passwordProtectedGamesVisible(false), maxPlayersFilterMin(-1), maxPlayersFilterMax(-1) {