BranchWatchDialog: Refactor For LoadQSettings / SaveQSettings

This commit is contained in:
mitaclaw
2024-08-04 06:04:29 -07:00
parent 7b89730daa
commit ffaba26830
2 changed files with 67 additions and 65 deletions

View File

@ -98,7 +98,8 @@ private:
void OnTableSetBreakpointLog();
void OnTableSetBreakpointBoth();
void SaveSettings();
void LoadQSettings();
void SaveQSettings() const;
public:
// TODO: Step doesn't cause EmulationStateChanged to be emitted, so it has to call this manually.