| 36 | QString name() const { return m_actualName; } |
| 37 | QString iconFile() const { return m_iconFile; } |
| 38 | int64_t bytes() const { return m_size; } |
| 39 | QDateTime lastPlayed() const { return m_lastPlayed; } |
| 40 | GameType gameType() const { return m_gameType; } |
| 41 | int64_t seed() const { return m_randomSeed; } |