mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-30 19:15:08 +01:00
Reorder these enum values. Fixes issue 3599.
This commit is contained in:
parent
ff05fc8178
commit
7677b386bc
@ -32,8 +32,6 @@ public:
|
||||
Field_Album,
|
||||
Field_AlbumArtist,
|
||||
Field_Composer,
|
||||
Field_Performer,
|
||||
Field_Grouping,
|
||||
Field_Length,
|
||||
Field_Track,
|
||||
Field_Disc,
|
||||
@ -52,6 +50,8 @@ public:
|
||||
Field_LastPlayed,
|
||||
Field_Comment,
|
||||
Field_Filepath,
|
||||
Field_Performer,
|
||||
Field_Grouping,
|
||||
|
||||
FieldCount
|
||||
};
|
||||
@ -79,6 +79,8 @@ public:
|
||||
|
||||
// For numeric dates (e.g. not in the last X days)
|
||||
Op_NumericDateNot = 10,
|
||||
|
||||
// Next value = 11
|
||||
};
|
||||
|
||||
enum Type {
|
||||
|
Loading…
x
Reference in New Issue
Block a user