mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
remove const
This commit is contained in:
parent
e2ffb242fa
commit
864d0f6f50
2 changed files with 2 additions and 2 deletions
|
|
@ -3442,7 +3442,7 @@ void Player::actPlay()
|
|||
}
|
||||
}
|
||||
|
||||
void Player::actHide() const
|
||||
void Player::actHide()
|
||||
{
|
||||
auto *card = game->getActiveCard();
|
||||
if (card) {
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ private slots:
|
|||
void actFlowT();
|
||||
void actSetAnnotation();
|
||||
void actPlay();
|
||||
void actHide() const;
|
||||
void actHide();
|
||||
void actPlayFacedown();
|
||||
void actReveal(QAction *action);
|
||||
void refreshShortcuts();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue