Skip to content

Commit

Permalink
Fix: 2022-03-27
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Mar 27, 2022
1 parent a7b62cf commit b581546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ToolsWidget::ToolsWidget(QWidget *pParent) :
connect(ui->widgetStrings,SIGNAL(showDemangle(QString)),this,SIGNAL(showDemangle(QString)));
}

void ToolsWidget::setData(QIODevice *pDevice, FW_DEF::OPTIONS options,QIODevice *pBackupDevice,bool bDisasm)
void ToolsWidget::setData(QIODevice *pDevice,FW_DEF::OPTIONS options,QIODevice *pBackupDevice,bool bDisasm)
{
g_pDevice=pDevice;

Expand Down

0 comments on commit b581546

Please sign in to comment.