MCPcopy Create free account
hub / github.com/KDE/kdevelop / setAddress

Method setAddress

plugins/debuggercommon/widgets/disassemblewidget.cpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485void SelectAddressDialog::setAddress ( const QString& address )
486{
487 m_ui.comboBox->setCurrentItem ( address, true );
488}
489
490void DisassembleWidget::update(const QString &address)
491{

Callers 1

slotChangeAddressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected