Skip to content

Commit

Permalink
Remove top module auto-detect indication for simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
KochynVolodymyr committed Jul 25, 2024
1 parent dff79d3 commit e046b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NewProject/add_source_form.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ addSourceForm::addSourceForm(GridType gt, QWidget *parent)
tr("Specify simulation specific files, or directories containing "
"HDL files, to add to your project. Create a new source file on "
"disk and add it to your project. "));
ui->lineEditTopModule->setPlaceholderText({});
}

m_widgetGrid = new sourceGrid(ui->m_frame);
Expand Down

0 comments on commit e046b6b

Please sign in to comment.