mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
Fix NPE in GameSelector::GameSelector when called from UserList::gamesOfUserReceived
This commit is contained in:
parent
86ae8a47a8
commit
6b7da3223a
2 changed files with 1 additions and 2 deletions
|
|
@ -63,7 +63,6 @@ public:
|
|||
const QMap<int, QString> &getGameTypes() const { return gameTypes; }
|
||||
QString getChannelName() const { return roomName; }
|
||||
QString getTabText() const { return roomName; }
|
||||
ServerInfo_User *getCurrentUser() { return ownUser; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue