mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Qt: Implement search
This commit is contained in:
parent
ad8c31699f
commit
3292abb41d
12 changed files with 133 additions and 2 deletions
|
@ -30,6 +30,7 @@ class NetPlayClient;
|
|||
class NetPlayDialog;
|
||||
class NetPlayServer;
|
||||
class NetPlaySetupDialog;
|
||||
class SearchBar;
|
||||
class SettingsWindow;
|
||||
class ControllersWindow;
|
||||
class DragEnterEvent;
|
||||
|
@ -137,6 +138,7 @@ private:
|
|||
QStackedWidget* m_stack;
|
||||
ToolBar* m_tool_bar;
|
||||
MenuBar* m_menu_bar;
|
||||
SearchBar* m_search_bar;
|
||||
GameList* m_game_list;
|
||||
RenderWidget* m_render_widget;
|
||||
bool m_rendering_to_main;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue