added forgotten alert

This commit is contained in:
marcus
2009-08-30 20:42:09 +02:00
parent f5193edead
commit 6b2dfd545a

View File

@@ -296,6 +296,7 @@ void MessageLogWidget::connectToGame(Game *game)
connect(game, SIGNAL(setActivePhase(int)), this, SLOT(msgAlert()));
connect(game, SIGNAL(logDraw(Player *, int)), this, SLOT(msgAlert()));
connect(game, SIGNAL(logMoveCard(Player *, QString, CardZone *, int, CardZone *, int)), this, SLOT(msgAlert()));
connect(game, SIGNAL(logGameStart()), this, SLOT(msgAlert()));
}
void MessageLogWidget::msgAlert()