mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
[Qt] Settings Window for Qt
AND Fix leftovers from full code, fixed styling and lint
This commit is contained in:
@ -29,7 +29,7 @@ signals:
|
||||
void ScreenShotPressed();
|
||||
|
||||
void PathsPressed();
|
||||
|
||||
void SettingsPressed();
|
||||
private:
|
||||
void MakeActions();
|
||||
void UpdateIcons();
|
||||
@ -42,6 +42,5 @@ private:
|
||||
QAction* m_screenshot_action;
|
||||
QAction* m_paths_action;
|
||||
QAction* m_config_action;
|
||||
QAction* m_graphics_action;
|
||||
QAction* m_controllers_action;
|
||||
};
|
||||
|
Reference in New Issue
Block a user