parent
95a3c41baa
commit
9c9926d5a7
|
@ -125,7 +125,7 @@ void PlaylistHeader::contextMenuEvent(QContextMenuEvent *e) {
|
||||||
void PlaylistHeader::AddColumnAction(const int index) {
|
void PlaylistHeader::AddColumnAction(const int index) {
|
||||||
|
|
||||||
#ifndef HAVE_MOODBAR
|
#ifndef HAVE_MOODBAR
|
||||||
if (index == Playlist::Column::Mood) {
|
if (index == static_cast<int>(Playlist::Column::Mood)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue