mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #5488 from ligfx/qtreordercolumns
DolphinQt2: reorder list columns to match DolphinWX
This commit is contained in:
commit
497afbffab
1 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@ public:
|
|||
enum
|
||||
{
|
||||
COL_PLATFORM = 0,
|
||||
COL_ID,
|
||||
COL_BANNER,
|
||||
COL_TITLE,
|
||||
COL_DESCRIPTION,
|
||||
COL_MAKER,
|
||||
COL_SIZE,
|
||||
COL_ID,
|
||||
COL_COUNTRY,
|
||||
COL_SIZE,
|
||||
COL_RATING,
|
||||
NUM_COLS
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue