mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
Consolidate play/pause buttons in replays (#5131)
* Consolidate play/pause buttons in replays * always enable fast forward button * run formatter
This commit is contained in:
parent
4865269a73
commit
2d86938375
2 changed files with 19 additions and 33 deletions
|
|
@ -146,7 +146,7 @@ private:
|
|||
int currentReplayStep;
|
||||
QList<int> replayTimeline;
|
||||
ReplayTimelineWidget *timelineWidget;
|
||||
QToolButton *replayStartButton, *replayPauseButton, *replayFastForwardButton;
|
||||
QToolButton *replayPlayButton, *replayFastForwardButton;
|
||||
|
||||
CardFrame *cardInfo;
|
||||
PlayerListWidget *playerListWidget;
|
||||
|
|
@ -220,8 +220,7 @@ signals:
|
|||
private slots:
|
||||
void replayNextEvent();
|
||||
void replayFinished();
|
||||
void replayStartButtonClicked();
|
||||
void replayPauseButtonClicked();
|
||||
void replayPlayButtonToggled(bool checked);
|
||||
void replayFastForwardButtonToggled(bool checked);
|
||||
|
||||
void incrementGameTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue