 |
Sayonara Player
|
24 #include "Utils/Pimpl.h" 28 using GenreID = uint32_t;
37 explicit Genre(
const QString& name);
42 static GenreID calc_id(
const QString& name);
46 void set_name(
const QString& name);
48 bool is_equal(
const Genre& other)
const;
49 bool operator ==(
const Genre& other)
const;
50 bool operator <(
const Genre& other)
const;
51 bool operator >(
const Genre& other)
const;