Qt/GameList: Add method to get unique ID for item

This commit is contained in:
spycrab 2017-07-20 21:07:50 +02:00
parent e9138f7512
commit 962af060a0
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ public:
// Path of the Game at the specified index.
QString GetPath(int index) const { return m_games[index]->GetFilePath(); }
// Unique ID of the Game at the specified index
QString GetUniqueID(int index) const { return m_games[index]->GetUniqueID(); }
bool ShouldDisplayGameListItem(int index) const;
enum
{