mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Message Log Widget changes (#2709)
* Message Log Widget changes * Gravard now logs as before * removed redundant QString()
This commit is contained in:
parent
f00bcc9179
commit
d9230d6c6b
3 changed files with 742 additions and 515 deletions
|
|
@ -412,7 +412,6 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_client
|
|||
retranslateUi();
|
||||
connect(&settingsCache->shortcuts(), SIGNAL(shortCutchanged()),this,SLOT(refreshShortcuts()));
|
||||
refreshShortcuts();
|
||||
messageLog->logGameJoined(gameInfo.game_id());
|
||||
|
||||
// append game to rooms game list for others to see
|
||||
for (int i = gameInfo.game_types_size() - 1; i >= 0; i--)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue