Rename UserList class to UserListWidget (#5473)

This commit is contained in:
RickyRister 2025-01-14 19:07:36 -08:00 committed by GitHub
parent 25caae6d0f
commit d09b9eb533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 48 additions and 42 deletions

View file

@ -10,7 +10,7 @@
class AbstractClient;
class QTextEdit;
class QLabel;
class UserList;
class UserListWidget;
class QPushButton;
class Event_ListRooms;