35 CustomPlaylist(
const CustomPlaylist& other);
36 CustomPlaylist(CustomPlaylist&& other)
noexcept;
38 CustomPlaylist& operator=(
const CustomPlaylist& other);
39 CustomPlaylist& operator=(CustomPlaylist&& other)
noexcept;
43 [[nodiscard]]
int id()
const;
46 [[nodiscard]] QString name()
const;
47 void setName(
const QString& name);
49 [[nodiscard]]
bool isTemporary()
const;
50 void setTemporary(
bool temporary);
52 [[nodiscard]]
bool isLocked()
const;
53 void setLocked(
bool locked);