Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Nov 11, 2018
1 parent 6cde9fb commit 9a342ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfd/PluginMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void PluginMainWindow::on_pushButtonScan_clicked()

if(sFileName!="")
{
QList<SpecAbstract::SCAN_STRUCT> listResult;
QList<SpecAbstract::SCAN_RESULT> listResult;

SpecAbstract::SCAN_OPTIONS options= {0};
options.bScanOverlay=ui->checkBoxScanOverlay->isChecked();
Expand Down

0 comments on commit 9a342ca

Please # to comment.