Skip to content

Commit

Permalink
Debugger: Remove a stray line from CpuWidget::setupSymbolTrees
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoticgd committed Apr 8, 2024
1 parent 4129ef4 commit 79c2dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcsx2-qt/Debugger/CpuWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ void CpuWidget::setupSymbolTrees()
connect(m_ui.tabWidgetRegFunc, &QTabWidget::currentChanged, m_function_tree, &SymbolTreeWidget::updateModel);
connect(m_ui.tabWidget, &QTabWidget::currentChanged, m_global_variable_tree, &SymbolTreeWidget::updateModel);
connect(m_ui.tabWidget, &QTabWidget::currentChanged, m_local_variable_tree, &SymbolTreeWidget::updateModel);
m_ui.tabWidget->setCurrentWidget(m_ui.tab_memory);

connect(m_function_tree, &SymbolTreeWidget::goToInDisassembly, m_ui.disassemblyWidget, &DisassemblyWidget::gotoAddressAndSetFocus);
connect(m_global_variable_tree, &SymbolTreeWidget::goToInDisassembly, m_ui.disassemblyWidget, &DisassemblyWidget::gotoAddressAndSetFocus);
Expand Down

0 comments on commit 79c2dba

Please sign in to comment.