Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
6b2dfd54
Commit
6b2dfd54
authored
Aug 30, 2009
by
marcus
Browse files
added forgotten alert
parent
f5193ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/messagelogwidget.cpp
View file @
6b2dfd54
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment