Library::getBooksByTitleOrDescription()

This commit is contained in:
Veloman Yunkan
2021-03-06 20:19:43 +04:00
committed by Matthieu Gautier
parent db06b2c7ca
commit a17fc0ef2d
2 changed files with 10 additions and 2 deletions

View File

@ -292,7 +292,11 @@ class Library
friend class OPDSDumper;
friend class libXMLDumper;
private: // functions
BookIdCollection getBooksByTitleOrDescription(const Filter& filter);
};
}
#endif