mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 03:39:39 +03:00
- Fixed a bug introduced recently in torrent addition dialog
This commit is contained in:
parent
9f36d521a4
commit
cb8ecb74bf
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue