don't blink highlighted phase when backwards skipping in replays (#5185)

This commit is contained in:
RickyRister 2024-11-22 19:21:54 -08:00 committed by GitHub
parent 83409c32c4
commit bd60a9fd2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 31 deletions

View file

@ -45,7 +45,6 @@ public:
{
return active;
}
void reset();
void triggerDoubleClickAction();
signals:
void clicked();
@ -86,7 +85,6 @@ public:
public slots:
void setActivePhase(int phase);
void triggerPhaseAction(int phase);
void reset();
private slots:
void phaseButtonClicked();
void actNextTurn();