mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
Rename TabUserLists to TabAccount (#5464)
* rename class * rename variables
This commit is contained in:
parent
686645c1e4
commit
d2c2128e9b
6 changed files with 71 additions and 71 deletions
|
|
@ -282,7 +282,7 @@ void TabRoom::processRoomSayEvent(const Event_RoomSay &event)
|
|||
QString senderName = QString::fromStdString(event.name());
|
||||
QString message = QString::fromStdString(event.message());
|
||||
|
||||
if (tabSupervisor->getUserListsTab()->getIgnoreList()->getUsers().contains(senderName))
|
||||
if (tabSupervisor->getTabAccount()->getIgnoreList()->getUsers().contains(senderName))
|
||||
return;
|
||||
|
||||
UserListTWI *twi = userList->getUsers().value(senderName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue