Window Alerts for messagelogwidget and chatwidget

This commit is contained in:
marcus 2009-08-30 20:40:38 +02:00
parent 4beb990f38
commit f5193edead
3 changed files with 18 additions and 0 deletions

View file

@ -41,6 +41,7 @@ private slots:
void logStopDumpZone(Player *player, CardZone *zone, Player *zoneOwner);
void logSetActivePlayer(Player *player);
void logSetActivePhase(int phase);
void msgAlert();
public:
void connectToGame(Game *game);
MessageLogWidget(QWidget *parent = 0);