Qt: Crash fix

This commit is contained in:
Connor McLaughlin 2022-10-21 23:32:52 +10:00
parent 3ff5012f50
commit 8438506206
1 changed files with 8 additions and 8 deletions

View File

@ -15,8 +15,8 @@
#include <QtGui/QPainter>
static constexpr std::array<const char*, GameListModel::Column_Count> s_column_names = {
{"Type", "Serial", "Title", "File Title", "Developer", "Publisher", "Genre", "Year", "Players", "Size", "Region",
"Compatibility", "Cover"}};
{"Type", "Serial", "Title", "File Title", "Developer", "Publisher", "Genre", "Year", "Players", "Time Played",
"Last Played", "Size", "Region", "Compatibility", "Cover"}};
static constexpr int COVER_ART_WIDTH = 512;
static constexpr int COVER_ART_HEIGHT = 512;