diff options
Diffstat (limited to 'src/tag_editor.h')
-rw-r--r-- | src/tag_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tag_editor.h b/src/tag_editor.h index bc00b77d..7449560f 100644 --- a/src/tag_editor.h +++ b/src/tag_editor.h @@ -52,10 +52,12 @@ class TagEditor : public Screen<NC::Window>, public Filterable, public HasSongs, virtual bool isTabbable() { return true; } /// Filterable implementation + virtual bool allowsFiltering(); virtual std::string currentFilter(); virtual void applyFilter(const std::string &filter); /// Searchable implementation + virtual bool allowsSearching(); virtual bool search(const std::string &constraint); virtual void nextFound(bool wrap); virtual void prevFound(bool wrap); |