mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 08:02:30 -06:00
- Fixed segfault that would happen when unfiltering files in torrent addition dialog (closes #163379)
This commit is contained in:
@@ -181,7 +181,8 @@ 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));
|
||||||
*filteredFilesChanged = true;
|
if(filteredFilesChanged != 0)
|
||||||
|
*filteredFilesChanged = true;
|
||||||
// }
|
// }
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
|||||||
Reference in New Issue
Block a user