Revision 1784 trunk/client/gui_qt/DownloadQueueModel.cpp

DownloadQueueModel.cpp (revision 1784)
692 692

                
693 693
        total_estimated_time_remaining += estimated_time_remaining;
694 694

                
695
#if 0
696
        /* This loop is still too much for Qt... */
697

                
695 698
        /* Walk through all the children */
696 699
        int count2 = collection_item->childCount();
697 700
        for (int j = 0; j < count2; j++) {
... ...
726 729
                emit dataChanged(idx, idx);
727 730
            }
728 731
        }
732
#endif
729 733
    }
730 734
}

Also available in: Unified diff