- Fixed a bug introduced recently in torrent addition dialog

This commit is contained in:
Christophe Dumez 2007-09-04 04:27:52 +00:00
parent 9f36d521a4
commit cb8ecb74bf

View file

@ -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;