[app] Fixed cover model filtering

This commit is contained in:
Slava Monich 2015-09-12 16:09:05 +03:00
parent 7d891bfd45
commit 63c2ea50a3

View file

@ -52,7 +52,7 @@ bool BooksCoverModel::filterAcceptsRow(int aRow, const QModelIndex& aParent) con
return book->hasCoverImage();
}
}
return true;
return false;
}
int BooksCoverModel::count() const