mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
BranchWatchDialog: Disconnect Slots When Hidden
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user