Qt: Fix translation of %n hours

This commit is contained in:
Stenzek
2024-05-17 13:07:23 +10:00
parent e444eb713a
commit a59a42f35b
3 changed files with 15 additions and 2 deletions

View File

@@ -84,6 +84,8 @@ private:
void loadOrGenerateCover(const GameList::Entry* ge);
void invalidateCoverForPath(const std::string& path);
static QString formatTimespan(time_t timespan);
float m_cover_scale = 0.0f;
bool m_show_titles_for_covers = false;