Skip to content

Commit

Permalink
Let the users know what Compiler Flags means.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Apr 24, 2017
1 parent 241af45 commit 5b2afb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
Expand Up @@ -261,7 +261,8 @@ void SimulationDialog::setUpForm()
pIntegrationGridLayout->addWidget(mpDasslOptionsGroupBox, 3, 0, 1, 3);
mpIntegrationGroupBox->setLayout(pIntegrationGridLayout);
// Compiler Flags
mpCflagsLabel = new Label(tr("Compiler Flags (Optional):"));
mpCflagsLabel = new Label(tr("C/C++ Compiler Flags (Optional):"));
mpCflagsLabel->setToolTip(tr("Space separated list of C/C++ compiler flags"));
mpCflagsTextBox = new QLineEdit;
// Number of Processors
mpNumberOfProcessorsLabel = new Label(tr("Number of Processors:"));
Expand Down

0 comments on commit 5b2afb1

Please sign in to comment.