GH-2374 fix missing alternating backgrounds in worlds, add gametype column

This commit is contained in:
Petr Mrázek
2018-12-11 23:53:14 +01:00
parent de568b32b8
commit 13b293dd65
5 changed files with 76 additions and 1 deletions

View File

@ -33,6 +33,7 @@ public:
enum Columns
{
NameColumn,
GameModeColumn,
LastPlayedColumn
};
@ -42,6 +43,7 @@ public:
FolderRole,
SeedRole,
NameRole,
GameModeRole,
LastPlayedRole
};