forked from qt-creator/qt-creator
Remove string identifier from setDisplayNameFor and setUserEnvChanges.
This commit is contained in:
@@ -190,7 +190,8 @@ void Qt4ProjectConfigWidget::init(const QString &buildConfiguration)
|
||||
|
||||
void Qt4ProjectConfigWidget::changeConfigName(const QString &newName)
|
||||
{
|
||||
m_pro->setDisplayNameFor(m_buildConfiguration, newName);
|
||||
m_pro->setDisplayNameFor(
|
||||
m_pro->buildConfiguration(m_buildConfiguration), newName);
|
||||
}
|
||||
|
||||
void Qt4ProjectConfigWidget::setupQtVersionsComboBox()
|
||||
|
||||
Reference in New Issue
Block a user