mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 10:03:55 -07:00
move replay-related constants into ReplayTimelineWidget (#5166)
* move constants * make the existing static const into a constexpr
This commit is contained in:
parent
e894e78346
commit
f0fb77bade
4 changed files with 23 additions and 21 deletions
|
|
@ -142,8 +142,6 @@ private:
|
|||
QStackedWidget *mainWidget;
|
||||
|
||||
// Replay related members
|
||||
static const int SMALL_SKIP_AMOUNT_MS = 1000;
|
||||
static const int BIG_SKIP_AMOUNT_MS = 10000;
|
||||
GameReplay *replay;
|
||||
int currentReplayStep;
|
||||
QList<int> replayTimeline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue