21#ifndef LIBRARY_SORTING_H
22#define LIBRARY_SORTING_H
25#include "Utils/Settings/SettingConvertible.h"
37 bool operator==(
const Sortings& other)
const;
40 [[nodiscard]] QString toString()
const override;
41 bool loadFromString(
const QString& str)
override;
43 AlbumSortorder album {AlbumSortorder::NameAsc};
44 ArtistSortorder artist {ArtistSortorder::NameAsc};
45 TrackSortorder tracks {TrackSortorder::AlbumAsc};
Definition: SettingConvertible.h:27