Move to Counters submenu

This commit is contained in:
Paul Carroll 2025-07-30 09:59:19 -04:00
parent 4c2ce88ca5
commit 6a4ee9233c

View file

@ -427,7 +427,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, T
playerMenu->addSeparator(); playerMenu->addSeparator();
countersMenu = playerMenu->addMenu(QString()); countersMenu = playerMenu->addMenu(QString());
playerMenu->addAction(aIncrementAllCardCountersOnTable); countersMenu->addAction(aIncrementAllCardCountersOnTable);
playerMenu->addSeparator(); playerMenu->addSeparator();
playerMenu->addAction(aUntapAll); playerMenu->addAction(aUntapAll);
playerMenu->addSeparator(); playerMenu->addSeparator();
@ -469,7 +469,6 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, T
aCreateAnotherToken = nullptr; aCreateAnotherToken = nullptr;
createPredefinedTokenMenu = nullptr; createPredefinedTokenMenu = nullptr;
mCardCounters = nullptr; mCardCounters = nullptr;
aIncrementAllCardCountersOnTable = nullptr;
} }
aTap = new QAction(this); aTap = new QAction(this);