| 121 | } |
| 122 | |
| 123 | void SelectAddressDialog::updateOkState() |
| 124 | { |
| 125 | m_ui.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(hasValidAddress()); |
| 126 | } |
| 127 | |
| 128 | DisassembleWindow::DisassembleWindow(QWidget *parent, DisassembleWidget* widget) |
| 129 | : QTreeWidget(parent) |
nothing calls this directly
no test coverage detected