mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 04:08:41 -05:00
added 'Hide empty rooms' toggle to lobby
fixed typo fixed typo fixed typo clang
This commit is contained in:
committed by
Narr the Reg
parent
8a33f8bd30
commit
54ab154696
@ -130,12 +130,14 @@ public:
|
||||
|
||||
public slots:
|
||||
void SetFilterOwned(bool);
|
||||
void SetFilterEmpty(bool);
|
||||
void SetFilterFull(bool);
|
||||
void SetFilterSearch(const QString&);
|
||||
|
||||
private:
|
||||
QStandardItemModel* game_list;
|
||||
bool filter_owned = false;
|
||||
bool filter_empty = false;
|
||||
bool filter_full = false;
|
||||
QString filter_search;
|
||||
};
|
||||
|
Reference in New Issue
Block a user