Browse Source

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

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
2691677650
  1. 1
      src/PropListDelegate.h

1
src/PropListDelegate.h

@ -181,6 +181,7 @@ class PropListDelegate: public QItemDelegate { @@ -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;

Loading…
Cancel
Save