mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
added 'Hide empty rooms' toggle to lobby
fixed typo fixed typo fixed typo clang
This commit is contained in:
parent
f4d17a1428
commit
479a4b297b
3 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue