crash fix
This commit is contained in:
parent
405a247c2c
commit
ddd58d6736
1 changed files with 2 additions and 1 deletions
|
@ -698,6 +698,7 @@ void Player::processGameEvent(GameEvent *event)
|
|||
|
||||
void Player::showCardMenu(const QPoint &p)
|
||||
{
|
||||
if (cardMenu)
|
||||
cardMenu->exec(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue