21 #ifndef LIBRARY_SORTING_H 22 #define LIBRARY_SORTING_H 24 #include "Sortorder.h" 36 Library::SortOrder so_albums;
37 Library::SortOrder so_artists;
38 Library::SortOrder so_tracks;
46 QString toString()
const;
The Sortings class.
Definition: Sorting.h:33
An interface class needed when implementing a library plugin.
Definition: LibraryManager.h:36