 |
Sayonara Player
|
25 #include "Utils/Pimpl.h" 27 using GenreID = uint32_t;
36 explicit Genre(
const QString& name);
41 static GenreID calc_id(
const QString& name);
45 void set_name(
const QString& name);
47 bool is_equal(
const Genre& other)
const;
48 bool operator ==(
const Genre& other)
const;
49 bool operator <(
const Genre& other)
const;
50 bool operator >(
const Genre& other)
const;