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

@@ -1045,7 +1045,7 @@ private:
virtual bool canBeRun() OVERRIDE;
virtual void run() OVERRIDE;
Searchable *m_searchable;
Filterable *m_filterable;
};
struct Find: BaseAction