Move filtering methods to separate interface

This commit is contained in:
Andrzej Rybczak
2016-11-13 06:18:39 +01:00
parent 0477e2e750
commit 9b6a080a29
17 changed files with 69 additions and 19 deletions

View File

@@ -604,6 +604,13 @@ bool MediaLibrary::search(SearchDirection direction, bool wrap, bool skip_curren
return result;
}
/***********************************************************************/
bool MediaLibrary::allowsFiltering()
{
return allowsSearching();
}
std::string MediaLibrary::currentFilter()
{
std::string result;