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

@ -17,7 +17,7 @@ class Message;
}
} // namespace google
class AbstractClient;
class UserList;
class UserListWidget;
class QLabel;
class ChatView;
class QPushButton;
@ -48,7 +48,7 @@ private:
QMap<int, QString> gameTypes;
GameSelector *gameSelector;
UserList *userList;
UserListWidget *userList;
ChatView *chatView;
QLabel *sayLabel;
LineEditCompleter *sayEdit;