mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Add Graphics option to tool bar
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user