mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Qt: Add Graphics option to tool bar
This commit is contained in:
parent
7c97c14eba
commit
1b1ab3119a
2 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,7 @@ signals:
|
|||
|
||||
void SettingsPressed();
|
||||
void ControllersPressed();
|
||||
void GraphicsPressed();
|
||||
|
||||
private:
|
||||
void MakeActions();
|
||||
|
@ -43,4 +44,5 @@ private:
|
|||
QAction* m_screenshot_action;
|
||||
QAction* m_config_action;
|
||||
QAction* m_controllers_action;
|
||||
QAction* m_graphics_action;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue