mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2024-11-24 14:30:56 +00:00
Code Cleanup
This commit is contained in:
parent
a521421cf3
commit
570b87dfd5
@ -33,10 +33,10 @@ DisassemblerMetadataDialog::~DisassemblerMetadataDialog()
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void DisassemblerMetadataDialog::showEvent(QShowEvent *){
|
||||
void DisassemblerMetadataDialog::showEvent(QShowEvent *)
|
||||
{
|
||||
ui->entryTable->resizeRowsToContents();
|
||||
ui->symbolTable->resizeRowsToContents();
|
||||
|
||||
}
|
||||
|
||||
void DisassemblerMetadataDialog::setRelocatable(bool relocatable)
|
||||
@ -61,7 +61,6 @@ void DisassemblerMetadataDialog::handleProcessButton()
|
||||
m_bfm->requestDisassembly();
|
||||
}
|
||||
|
||||
|
||||
void DisassemblerMetadataDialog::handleAddEntryPointButton()
|
||||
{
|
||||
LocationInfoDialog lid(this);
|
||||
@ -78,13 +77,8 @@ void DisassemblerMetadataDialog::handleAddEntryPointButton()
|
||||
|
||||
void DisassemblerMetadataDialog::handleRemoveEntryPointButton()
|
||||
{
|
||||
// QModelIndexList selection = ui->entryTable->selectedIndexes();
|
||||
// if (selection.count())
|
||||
// {
|
||||
// m_epmodel->removeSelection(selection);
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void DisassemblerMetadataDialog::handleAddSymbolButton()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user