 |
Sayonara Player
|
25 #include "Utils/Pimpl.h" 34 explicit Genre(
const QString& name);
39 static uint32_t calc_id(
const QString& name);
43 void set_name(
const QString& name);
45 bool is_equal(
const Genre& other)
const;
46 bool operator ==(
const Genre& other)
const;
47 bool operator <(
const Genre& other)
const;
48 bool operator >(
const Genre& other)
const;