Fix always to end of line jumping cursor in MakeStepConfigWidget

Also rename some methods/signal to make clearer that those only are
relevevant for user changes not for all arguments.
This commit is contained in:
dt
2009-11-30 19:30:51 +01:00
parent 2de390cfdb
commit 3565fe4e82
5 changed files with 32 additions and 25 deletions

View File

@@ -327,6 +327,8 @@ void QMakeStepConfigWidget::userArgumentsChanged()
return;
QString qmakeArgs = ProjectExplorer::Environment::joinArgumentList(m_step->userArguments());
m_ui.qmakeAdditonalArgumentsLineEdit->setText(qmakeArgs);
updateTitleLabel();
updateEffectiveQMakeCall();
}
void QMakeStepConfigWidget::init()