Loading...
Searching...
No Matches
24#include "Utils/Pimpl.h"
28using GenreID = uint32_t;
37 explicit Genre(
const QString& name);
43 static GenreID calculateId(
const QString& name);
47 void setName(
const QString& name);
49 bool isEqual(
const Genre& other)
const;
50 bool operator==(
const Genre& other)
const;
51 bool operator<(
const Genre& other)
const;
52 bool operator>(
const Genre& other)
const;