mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
fixed crash in RsCollection creation
This commit is contained in:
parent
fc3becacbf
commit
8afa127ed5
2 changed files with 60 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue