diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 56b18e3..1e21093 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -188,6 +188,7 @@ namespace QuickMedia { // TODO: Highlight the part of the text that matches the search. // TODO: Ignore dot, whitespace and special characters void filter_search_fuzzy(const std::string &text); + void filter_search_fuzzy_item(const std::string &text, BodyItem *body_item); bool no_items_visible() const; |