mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Renamed 2 functions in Filter and Library
This commit is contained in:
@ -114,7 +114,7 @@ class Filter {
|
||||
private:
|
||||
friend class Library;
|
||||
|
||||
bool acceptByNonQueryCriteria(const Book& book) const;
|
||||
bool accept(const Book& book) const;
|
||||
};
|
||||
|
||||
|
||||
@ -309,7 +309,7 @@ class Library
|
||||
friend class libXMLDumper;
|
||||
|
||||
private: // functions
|
||||
BookIdCollection getBooksByTitleOrDescription(const Filter& filter);
|
||||
BookIdCollection filterViaBookDB(const Filter& filter);
|
||||
void updateBookDB(const Book& book);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user