mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Implement search
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user