Home
last modified time | relevance | path

Searched refs:OnRenameSymbol (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Debugger/
H A DCodeViewWidget.h76 void OnRenameSymbol();
H A DCodeViewWidget.cpp483 menu->addAction(tr("&Rename symbol"), this, &CodeViewWidget::OnRenameSymbol); in OnContextMenu()
617 void CodeViewWidget::OnRenameSymbol() in OnRenameSymbol() function in CodeViewWidget