mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Qt: Implement search
This commit is contained in:
parent
ad8c31699f
commit
3292abb41d
12 changed files with 133 additions and 2 deletions
|
@ -82,6 +82,7 @@ signals:
|
|||
// View
|
||||
void ShowList();
|
||||
void ShowGrid();
|
||||
void ToggleSearch();
|
||||
void ColumnVisibilityToggled(const QString& row, bool visible);
|
||||
void GameListPlatformVisibilityToggled(const QString& row, bool visible);
|
||||
void GameListRegionVisibilityToggled(const QString& row, bool visible);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue