mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 12:23:58 -07:00
Fix regression #180
This commit is contained in:
parent
7f77082466
commit
594e4488ba
7 changed files with 56 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ class AbstractClient;
|
|||
class UserList;
|
||||
class QLabel;
|
||||
class ChatView;
|
||||
class QLineEdit;
|
||||
class LineInput;
|
||||
class QPushButton;
|
||||
class QTextTable;
|
||||
class RoomEvent;
|
||||
|
|
@ -38,7 +38,7 @@ private:
|
|||
UserList *userList;
|
||||
ChatView *chatView;
|
||||
QLabel *sayLabel;
|
||||
QLineEdit *sayEdit;
|
||||
LineInput *sayEdit;
|
||||
QGroupBox *chatGroupBox;
|
||||
|
||||
QMenu *roomMenu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue