mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
Room and Message tabs: focus input line when convenient; Fix #180
As suggest by Daenyth in #185
This commit is contained in:
parent
7f77082466
commit
aead0843af
6 changed files with 16 additions and 9 deletions
|
|
@ -64,6 +64,7 @@ public:
|
|||
~TabRoom();
|
||||
void retranslateUi();
|
||||
void closeRequest();
|
||||
void tabActivated();
|
||||
void processRoomEvent(const RoomEvent &event);
|
||||
int getRoomId() const { return roomId; }
|
||||
const QMap<int, QString> &getGameTypes() const { return gameTypes; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue