Browse Source

- Fixed a bug introduced recently in torrent addition dialog

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

1
src/torrentAddition.h

@ -180,7 +180,6 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{ @@ -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; i<nbRows; ++i){
if(PropListModel->data(PropListModel->index(i, PRIORITY)).toInt() != IGNORED)
return false;

Loading…
Cancel
Save