diff --git a/src/torrentAddition.h b/src/torrentAddition.h index 434b4cacd..077f58889 100644 --- a/src/torrentAddition.h +++ b/src/torrentAddition.h @@ -180,7 +180,6 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{ bool allFiltered() const { unsigned int nbRows = PropListModel->rowCount(); - if(nbRows == 1) return true; for(unsigned int i=0; idata(PropListModel->index(i, PRIORITY)).toInt() != IGNORED) return false;