forked from qt-creator/qt-creator
Fix signal names and also ensure that we don't reset the cursor position
This commit is contained in:
@@ -298,7 +298,7 @@ void Qt4ProjectConfigWidget::importLabelClicked()
|
||||
// Combo box will be updated at the end
|
||||
|
||||
QMakeStep *qmakeStep = m_buildConfiguration->qmakeStep();
|
||||
qmakeStep->setQMakeArguments(additionalArguments);
|
||||
qmakeStep->setUserArguments(additionalArguments);
|
||||
MakeStep *makeStep = m_buildConfiguration->makeStep();
|
||||
|
||||
m_buildConfiguration->setValue("buildConfiguration", int(qmakeBuildConfig));
|
||||
|
||||
Reference in New Issue
Block a user