Took 1 minute
This commit is contained in:
Lukas Brübach 2025-10-03 10:42:35 +02:00
parent 38e3eb701b
commit 5471c6a024

View file

@ -102,10 +102,6 @@ void HandMenu::setShortcutsInactive()
aMulligan->setShortcut(QKeySequence());
}
// -------------------------
// Dynamic menu population
// -------------------------
void HandMenu::populateRevealHandMenuWithActivePlayers()
{
mRevealHand->clear();
@ -146,10 +142,6 @@ void HandMenu::populateRevealRandomHandCardMenuWithActivePlayers()
}
}
// -------------------------
// Action handlers
// -------------------------
void HandMenu::onRevealHandTriggered()
{
auto *action = qobject_cast<QAction *>(sender());