Qt: Add option to reset played time

This commit is contained in:
Connor McLaughlin
2023-01-11 20:21:27 +10:00
parent 50a616421f
commit 7c6071dfe1
6 changed files with 52 additions and 8 deletions

View File

@@ -226,6 +226,7 @@ private:
void updateMenuSelectedTheme();
std::string getDeviceDiscPath(const QString& title);
void setGameListEntryCoverImage(const GameList::Entry* entry);
void clearGameListEntryPlayTime(const GameList::Entry* entry);
void setTheme(const QString& theme);
void recreate();