refactor getting game age (#4095)

This commit is contained in:
ebbit1q 2020-11-23 02:28:56 +01:00 committed by GitHub
parent 6e00db4ef6
commit 51b24bb92c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 18 deletions

View file

@ -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;