Skip to content
Snippets Groups Projects
Commit d4c1c1f8 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Update make command on changes

Task-number: QTCREATORBUG-2489
parent 91c0df06
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
m_ui->makePathChooser->setExpectedKind(Utils::PathChooser::ExistingCommand);
m_ui->makePathChooser->setBaseDirectory(Utils::PathChooser::homePath());
connect(m_ui->makePathChooser, SIGNAL(editingFinished()),
connect(m_ui->makePathChooser, SIGNAL(changed(QString)),
this, SLOT(makeEdited()));
connect(m_ui->makeArgumentsLineEdit, SIGNAL(textEdited(QString)),
this, SLOT(makeArgumentsLineEdited()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment