summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list_p.h
diff options
context:
space:
mode:
authorKewlan <colin_rehn@hotmail.com>2021-04-29 23:56:30 +0200
committerKewlan <colin_rehn@hotmail.com>2021-04-30 00:05:23 +0200
commitfc84822266acc0dbd0cc8fca1ce65e9dde40984c (patch)
tree188832bfa609c56bdee2621d90763c9d651bce94 /src/yuzu/game_list_p.h
parentMerge pull request #6259 from Morph1984/main-conv (diff)
downloadyuzu-fc84822266acc0dbd0cc8fca1ce65e9dde40984c.tar
yuzu-fc84822266acc0dbd0cc8fca1ce65e9dde40984c.tar.gz
yuzu-fc84822266acc0dbd0cc8fca1ce65e9dde40984c.tar.bz2
yuzu-fc84822266acc0dbd0cc8fca1ce65e9dde40984c.tar.lz
yuzu-fc84822266acc0dbd0cc8fca1ce65e9dde40984c.tar.xz
yuzu-fc84822266acc0dbd0cc8fca1ce65e9dde40984c.tar.zst
yuzu-fc84822266acc0dbd0cc8fca1ce65e9dde40984c.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/game_list_p.h2
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();