From 13bcaba47788714a2c12866c219f01632ed98de9 Mon Sep 17 00:00:00 2001 From: Paul Carroll Date: Wed, 30 Jul 2025 13:04:25 -0400 Subject: [PATCH] Change function name --- cockatrice/src/game/player/player.h | 4 ++-- cockatrice/src/settings/shortcuts_settings.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cockatrice/src/game/player/player.h b/cockatrice/src/game/player/player.h index c8a701b0a..c2aa957a6 100644 --- a/cockatrice/src/game/player/player.h +++ b/cockatrice/src/game/player/player.h @@ -276,7 +276,7 @@ private: QAction *aPlay, *aPlayFacedown, *aHide, *aTap, *aDoesntUntap, *aAttach, *aUnattach, *aDrawArrow, *aSetPT, *aResetPT, *aIncP, *aDecP, *aIncT, *aDecT, *aIncPT, *aDecPT, *aFlowP, *aFlowT, *aSetAnnotation, *aFlip, *aPeek, *aClone, *aMoveToTopLibrary, *aMoveToBottomLibrary, *aMoveToHand, *aMoveToGraveyard, *aMoveToExile, - *aMoveToXfromTopOfLibrary, *aSelectAll, *aSelectRow, *aSelectColumn, *aIncrementAllCardCountersOnTable; + *aMoveToXfromTopOfLibrary, *aSelectAll, *aSelectRow, *aSelectColumn, *aIncrementAllCardCounters; bool movingCardsUntil; QTimer *moveTopCardTimer; @@ -420,7 +420,7 @@ public: AbstractCounter *addCounter(int counterId, const QString &name, QColor color, int radius, int value); void delCounter(int counterId); void clearCounters(); - void incrementAllCardCountersOnTable(); + void incrementAllCardCounters(); ArrowItem *addArrow(const ServerInfo_Arrow &arrow); ArrowItem *addArrow(int arrowId, CardItem *startCard, ArrowTarget *targetItem, const QColor &color); diff --git a/cockatrice/src/settings/shortcuts_settings.h b/cockatrice/src/settings/shortcuts_settings.h index 7c5afeb67..838cfa22d 100644 --- a/cockatrice/src/settings/shortcuts_settings.h +++ b/cockatrice/src/settings/shortcuts_settings.h @@ -413,8 +413,8 @@ private: {"Player/aSetCounter_storm", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Set Other Counters..."), parseSequenceString("Ctrl+\\"), ShortcutGroup::Player_Counters)}, - {"Player/aIncrementAllCardCountersOnTable", - ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increment all counters"), + {"Player/aIncrementAllCardCounters", + ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increment all card counters"), parseSequenceString("Ctrl+Shift+A"), ShortcutGroup::Playing_Area)}, {"Player/aIncP", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Add Power (+1/+0)"),