Resurrect filtering of lists (playlist only for now)

This commit is contained in:
Andrzej Rybczak
2016-11-13 00:21:25 +01:00
parent 60e66b47b6
commit 29b1813c6d
14 changed files with 360 additions and 127 deletions

View File

@@ -1044,6 +1044,8 @@ struct ApplyFilter: public BaseAction
private:
virtual bool canBeRun() OVERRIDE;
virtual void run() OVERRIDE;
Searchable *m_searchable;
};
struct Find: BaseAction