mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Fixed segfault that would happen when unfiltering files in torrent addition dialog (closes #163379)
This commit is contained in:
3
TODO
3
TODO
@@ -60,3 +60,6 @@ rc8->final? changelog:
|
|||||||
- BUGFIX: Save fast resume data regularly (every 10 seconds) to avoid downloading from scratch if qBittorrent crashes
|
- BUGFIX: Save fast resume data regularly (every 10 seconds) to avoid downloading from scratch if qBittorrent crashes
|
||||||
- BUGFIX: Do not save fastresume data for checking torrents anymore
|
- BUGFIX: Do not save fastresume data for checking torrents anymore
|
||||||
- BUGFIX: Saving trackers file only when necessary
|
- BUGFIX: Saving trackers file only when necessary
|
||||||
|
- BUGFIX: Fixed possible segfault when unfiltering files in torrent addition dialog
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -181,6 +181,7 @@ class PropListDelegate: public QItemDelegate {
|
|||||||
// } else {
|
// } else {
|
||||||
model->setData(index, QVariant(HIGH));
|
model->setData(index, QVariant(HIGH));
|
||||||
model->setData(index, QVariant(NORMAL));
|
model->setData(index, QVariant(NORMAL));
|
||||||
|
if(filteredFilesChanged != 0)
|
||||||
*filteredFilesChanged = true;
|
*filteredFilesChanged = true;
|
||||||
// }
|
// }
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user