Fix project opening while filter is applied.

Fixes #25268
This commit is contained in:
Kārlis Seņko
2019-02-19 00:03:54 +02:00
parent 006561a081
commit bb3429c1c5
2 changed files with 8 additions and 0 deletions

View File

@ -154,6 +154,7 @@ public:
FilterOption get_filter_option();
void set_filter_option(FilterOption);
ProjectListFilter();
void clear();
};
#endif // PROJECT_MANAGER_H