mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-18 04:51:33 -07:00
[Room] Additionally show a tab for friends and ignored users instead of just all online users.
Took 21 minutes Took 12 minutes
This commit is contained in:
parent
6be9cec6e2
commit
bdb0f12f66
5 changed files with 33 additions and 10 deletions
|
|
@ -145,7 +145,7 @@ public:
|
|||
return userInfo;
|
||||
}
|
||||
[[nodiscard]] AbstractClient *getClient() const;
|
||||
[[nodiscard]] const UserListManager *getUserListManager() const
|
||||
[[nodiscard]] UserListManager *getUserListManager() const
|
||||
{
|
||||
return userListManager;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue