Added an icon for the new encryption option

This commit is contained in:
Christophe Dumez 2007-06-28 21:03:52 +00:00
parent 18b41d07bd
commit 8755ebba01
8 changed files with 819 additions and 1097 deletions

View file

@ -623,6 +623,7 @@ void GUI::sortDownloadListString(int index, Qt::SortOrder sortOrder){
}
void GUI::sortDownloadList(int index, Qt::SortOrder startSortOrder, bool fromLoadColWidth){
qDebug("Called sort download list");
static Qt::SortOrder sortOrder = startSortOrder;
if(!fromLoadColWidth && downloadList->header()->sortIndicatorSection() == index){
if(sortOrder == Qt::AscendingOrder){