1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-08-26 05:32:05 +00:00

- Fixed segfault that would happen when unfiltering files in torrent addition dialog (closes #163379)

This commit is contained in:
Christophe Dumez 2007-11-19 21:42:58 +00:00
parent be34bed61a
commit 2691677650

View File

@ -181,6 +181,7 @@ class PropListDelegate: public QItemDelegate {
// } else {
model->setData(index, QVariant(HIGH));
model->setData(index, QVariant(NORMAL));
if(filteredFilesChanged != 0)
*filteredFilesChanged = true;
// }
break;