From 1569fb3ddbd087357b656af652fcc35763fab90a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 31 May 2015 08:22:13 +0000 Subject: fixed regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5054 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistheadermodel.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3-13-gbd6f