mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
refactor getting game age (#4095)
This commit is contained in:
parent
6e00db4ef6
commit
51b24bb92c
2 changed files with 28 additions and 18 deletions
|
|
@ -21,9 +21,6 @@ private:
|
|||
QMap<int, GameTypeMap> gameTypes;
|
||||
|
||||
static const int NUM_COLS = 8;
|
||||
static const int SECS_PER_MIN = 60;
|
||||
static const int SECS_PER_TEN_MIN = 600;
|
||||
static const int SECS_PER_HOUR = 3600;
|
||||
|
||||
public:
|
||||
static const int SORT_ROLE = Qt::UserRole + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue