forked from qt-creator/qt-creator
CMake: Do not override the displayname/defaultdisplayname
Do not override the displayname/default displayname when restoring CMakeRunConfigurations. Task-number: QTCREATORBUG-19762 Change-Id: Idf5e90e017a363444387e9c22812ad501aabc75b Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -146,9 +146,6 @@ bool CMakeRunConfiguration::fromMap(const QVariantMap &map)
|
||||
extraAspect<WorkingDirectoryAspect>()->setDefaultWorkingDirectory(ct.workingDirectory);
|
||||
}
|
||||
|
||||
setDisplayName(defaultDisplayName());
|
||||
setDefaultDisplayName(defaultDisplayName());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user