diff options
author | Kewlan <colin_rehn@hotmail.com> | 2021-04-29 23:56:30 +0200 |
---|---|---|
committer | Kewlan <colin_rehn@hotmail.com> | 2021-04-30 00:05:23 +0200 |
commit | fc84822266acc0dbd0cc8fca1ce65e9dde40984c (patch) | |
tree | 188832bfa609c56bdee2621d90763c9d651bce94 /src/yuzu/game_list_p.h | |
parent | e1a196cfd72430af0eaff6260f4ded05fd61e52e (diff) |
game_list: Update filter results when removing directories
Diffstat (limited to 'src/yuzu/game_list_p.h')
-rw-r--r-- | src/yuzu/game_list_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list_p.h b/src/yuzu/game_list_p.h index 7ca8ece23..978d27325 100644 --- a/src/yuzu/game_list_p.h +++ b/src/yuzu/game_list_p.h @@ -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(); |