BranchWatchDialog: Disconnect Slots When Hidden

This commit is contained in:
mitaclaw 2024-08-04 06:48:37 -07:00
parent ffaba26830
commit f9f0806022
4 changed files with 59 additions and 20 deletions

View file

@ -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);