aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmpui/playlistheadermodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/playlistheadermodel.cpp b/src/qmmpui/playlistheadermodel.cpp
index 2cbb53140..c121d53a4 100644
--- a/src/qmmpui/playlistheadermodel.cpp
+++ b/src/qmmpui/playlistheadermodel.cpp
@@ -117,6 +117,7 @@ void PlayListHeaderModel::remove(int index)
if(m_columns.count() == 1)
return;
+ m_columns.takeAt(index);
emit columnRemoved(index);
emit headerChanged();
updatePlayLists();