Added game type to tab title

+ The game type(s) is now displayed in the tab
+ Reformatted tab title
This commit is contained in:
Matt Lowe 2015-05-19 16:27:22 +02:00
parent 544666a3bc
commit 7ac0f6f420
2 changed files with 32 additions and 3 deletions

View file

@ -115,6 +115,7 @@ private:
int activePlayer;
CardItem *activeCard;
bool gameClosed;
QStringList gameTypes;
// Replay related members
GameReplay *replay;