mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-21 17:51:38 +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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue