From ffc1479b1f05820af9f145b4a30ee58acbb8938f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 29 Jul 2007 02:03:16 +0000 Subject: [PATCH] - Added a little more debug (tested progress column sorting : it works fine now) --- src/GUI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI.cpp b/src/GUI.cpp index 5185e10a8..111b54340 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -770,6 +770,7 @@ void GUI::sortDownloadList(int index, Qt::SortOrder startSortOrder, bool fromLoa if(fromLoadColWidth){ // Progress sorting must be delayed until files are checked (on startup) delayedSorting = true; + qDebug("Delayed sorting of the progress column"); delayedSortingOrder = sortOrder; }else{ sortDownloadListFloat(index, sortOrder);