From c3652c78d89d26a80dc1312f537903b09ac58c25 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 5 May 2015 08:04:56 +0000 Subject: removed useless debug function git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4917 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/playlistheader.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/plugins/Ui') 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(); } -- cgit v1.2.3-13-gbd6f