diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-31 08:22:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-31 08:22:13 +0000 |
| commit | 1569fb3ddbd087357b656af652fcc35763fab90a (patch) | |
| tree | fe9f7f1f214568bc1a586d61bba9c9863cbe2ca1 /src/qmmpui | |
| parent | 34cb1581d7785f3654907b941be61c1bf084af86 (diff) | |
| download | qmmp-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.cpp | 1 |
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(); |
