- Fixed priority column sorting

This commit is contained in:
Christophe Dumez 2008-08-19 12:17:05 +00:00
commit ba06affec7
2 changed files with 2 additions and 0 deletions

View file

@ -782,6 +782,7 @@ void DownloadingTorrents::sortDownloadList(int index, Qt::SortOrder startSortOrd
case ETA:
case UPSPEED:
case DLSPEED:
case PRIORITY:
sortDownloadListFloat(index, sortOrder);
break;
case PROGRESS: