mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-19 17:13:29 -05:00
BranchWatchDialog: Disconnect Slots When Hidden
This commit is contained in:
@@ -145,6 +145,16 @@ void BranchWatchTableModel::OnWipeInspection()
|
||||
roles);
|
||||
}
|
||||
|
||||
void BranchWatchTableModel::OnDebugFontChanged(const QFont& font)
|
||||
{
|
||||
setFont(font);
|
||||
}
|
||||
|
||||
void BranchWatchTableModel::OnPPCSymbolsChanged()
|
||||
{
|
||||
UpdateSymbols();
|
||||
}
|
||||
|
||||
void BranchWatchTableModel::Save(const Core::CPUThreadGuard& guard, std::FILE* file) const
|
||||
{
|
||||
m_branch_watch.Save(guard, file);
|
||||
|
||||
Reference in New Issue
Block a user