mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt2: move Path from toolbar to a pane
This commit is contained in:
@ -28,7 +28,6 @@ signals:
|
||||
void FullScreenPressed();
|
||||
void ScreenShotPressed();
|
||||
|
||||
void PathsPressed();
|
||||
void SettingsPressed();
|
||||
void ControllersPressed();
|
||||
|
||||
@ -42,7 +41,6 @@ private:
|
||||
QAction* m_stop_action;
|
||||
QAction* m_fullscreen_action;
|
||||
QAction* m_screenshot_action;
|
||||
QAction* m_paths_action;
|
||||
QAction* m_config_action;
|
||||
QAction* m_controllers_action;
|
||||
};
|
||||
|
Reference in New Issue
Block a user