mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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