mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 17:13:54 -07:00
Rename UserList class to UserListWidget (#5473)
This commit is contained in:
parent
25caae6d0f
commit
d09b9eb533
14 changed files with 48 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue