[app] Fixed cover model filtering
This commit is contained in:
parent
7d891bfd45
commit
63c2ea50a3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ bool BooksCoverModel::filterAcceptsRow(int aRow, const QModelIndex& aParent) con
|
|||
return book->hasCoverImage();
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
int BooksCoverModel::count() const
|
||||
|
|
Loading…
Reference in a new issue