aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Ui/skinned/playlistheader.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.cpp b/src/plugins/Ui/skinned/playlistheader.cpp
index 8b2cb7007..a6be3db39 100644
--- a/src/plugins/Ui/skinned/playlistheader.cpp
+++ b/src/plugins/Ui/skinned/playlistheader.cpp
@@ -298,10 +298,8 @@ void PlayListHeader::mousePressEvent(QMouseEvent *e)
void PlayListHeader::mouseReleaseEvent(QMouseEvent *)
{
if(m_task == SORT)
- {
- qDebug("sort column");
PlayListManager::instance()->selectedPlayList()->sortByColumn(m_pressed_column);
- }
+
m_task = NO_TASK;
update();
}