Message Log Widget changes (#2709)

* Message Log Widget changes

* Gravard now logs as before

* removed redundant QString()
This commit is contained in:
backendr 2017-05-13 11:47:43 +02:00 committed by ctrlaltca
parent f00bcc9179
commit d9230d6c6b
3 changed files with 742 additions and 515 deletions

View file

@ -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--)