mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
BranchWatchDialog: Disconnect Slots When Hidden
This commit is contained in:
parent
ffaba26830
commit
f9f0806022
4 changed files with 59 additions and 20 deletions
|
@ -97,6 +97,8 @@ public:
|
|||
void OnBranchNotOverwritten(const Core::CPUThreadGuard& guard);
|
||||
void OnWipeRecentHits();
|
||||
void OnWipeInspection();
|
||||
void OnDebugFontChanged(const QFont& font);
|
||||
void OnPPCSymbolsChanged();
|
||||
|
||||
void Save(const Core::CPUThreadGuard& guard, std::FILE* file) const;
|
||||
void Load(const Core::CPUThreadGuard& guard, std::FILE* file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue