fixed crash in RsCollection creation

This commit is contained in:
csoler 2018-02-12 20:30:01 +01:00
parent fc3becacbf
commit 8afa127ed5
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 60 additions and 20 deletions

View file

@ -1861,8 +1861,6 @@ void TransfersDialog::insertTransfers()
std::set<QString> expanded_hashes ;
std::set<QString> selected_hashes ;
std::cerr << "Updating transfers..." << std::endl;
DLListModel->update_transfers();
// Now show upload hashes. Here we use the "old" way, since the number of uploads is generally not so large.