mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
[Qt] Settings Window for Qt
AND Fix leftovers from full code, fixed styling and lint
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#include "DolphinQt2/GameList/GameList.h"
|
||||
|
||||
class PathDialog;
|
||||
class SettingsWindow;
|
||||
|
||||
class MainWindow final : public QMainWindow
|
||||
{
|
||||
@ -68,6 +69,7 @@ private:
|
||||
void HideRenderWidget();
|
||||
|
||||
void ShowPathsDialog();
|
||||
void ShowSettingsWindow();
|
||||
void ShowAboutDialog();
|
||||
|
||||
QStackedWidget* m_stack;
|
||||
@ -79,4 +81,5 @@ private:
|
||||
int m_state_slot = 1;
|
||||
|
||||
PathDialog* m_paths_dialog;
|
||||
SettingsWindow* m_settings_window;
|
||||
};
|
||||
|
Reference in New Issue
Block a user