mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
DolphinQt2: move Path from toolbar to a pane
This commit is contained in:
parent
b296393644
commit
688f5ed267
10 changed files with 34 additions and 68 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue