- Fixed a bug in torrent files filtering (closes #158846)

This commit is contained in:
Christophe Dumez
2007-11-06 20:55:23 +00:00
parent 5bbdb9e119
commit 82e548a2fd
3 changed files with 4 additions and 0 deletions

View File

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