game_list: Update filter results when removing directories

This commit is contained in:
Kewlan
2021-04-29 23:56:30 +02:00
parent e1a196cfd7
commit fc84822266
2 changed files with 6 additions and 5 deletions

View File

@ -346,8 +346,8 @@ class GameListSearchField : public QWidget {
public:
explicit GameListSearchField(GameList* parent = nullptr);
QString filterText() const;
void setFilterResult(int visible, int total);
bool isEmpty() const;
void clear();
void setFocus();