- Added a little more debug (tested progress column sorting : it works fine now)

This commit is contained in:
Christophe Dumez 2007-07-29 02:03:16 +00:00
parent 9683916d88
commit ffc1479b1f

View file

@ -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);