Qt: Crash fix
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
#include <QtGui/QPainter>
|
#include <QtGui/QPainter>
|
||||||
|
|
||||||
static constexpr std::array<const char*, GameListModel::Column_Count> s_column_names = {
|
static constexpr std::array<const char*, GameListModel::Column_Count> s_column_names = {
|
||||||
{"Type", "Serial", "Title", "File Title", "Developer", "Publisher", "Genre", "Year", "Players", "Size", "Region",
|
{"Type", "Serial", "Title", "File Title", "Developer", "Publisher", "Genre", "Year", "Players", "Time Played",
|
||||||
"Compatibility", "Cover"}};
|
"Last Played", "Size", "Region", "Compatibility", "Cover"}};
|
||||||
|
|
||||||
static constexpr int COVER_ART_WIDTH = 512;
|
static constexpr int COVER_ART_WIDTH = 512;
|
||||||
static constexpr int COVER_ART_HEIGHT = 512;
|
static constexpr int COVER_ART_HEIGHT = 512;
|
||||||
|
|||||||
Reference in New Issue
Block a user