aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-31 08:22:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-31 08:22:13 +0000
commit1569fb3ddbd087357b656af652fcc35763fab90a (patch)
treefe9f7f1f214568bc1a586d61bba9c9863cbe2ca1 /src/qmmpui
parent34cb1581d7785f3654907b941be61c1bf084af86 (diff)
downloadqmmp-1569fb3ddbd087357b656af652fcc35763fab90a.tar.gz
qmmp-1569fb3ddbd087357b656af652fcc35763fab90a.tar.bz2
qmmp-1569fb3ddbd087357b656af652fcc35763fab90a.zip
fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5054 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
-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();