forked from qt-creator/qt-creator
ProjectExplorer: Fix copying of RunConfigurationAspects
Moving aspect data closer to real Value semantics fixes
the regression introduced by 890c1906e
.
Task-number: QTCREATORBUG-19186
Task-number: QTCREATORBUG-19192
Change-Id: Ieaeef3995ae06a817f266c1e2514f9e5793bd4e8
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -105,7 +105,6 @@ IosRunConfiguration::IosRunConfiguration(Target *target)
|
||||
this, &IosRunConfiguration::deviceChanges);
|
||||
}
|
||||
|
||||
|
||||
void IosRunConfiguration::initialize(Core::Id id, const FileName &path)
|
||||
{
|
||||
RunConfiguration::initialize(id);
|
||||
@@ -114,14 +113,6 @@ void IosRunConfiguration::initialize(Core::Id id, const FileName &path)
|
||||
updateDisplayNames();
|
||||
}
|
||||
|
||||
void IosRunConfiguration::copyFrom(const IosRunConfiguration *source)
|
||||
{
|
||||
RunConfiguration::copyFrom(source);
|
||||
m_profilePath = source->m_profilePath;
|
||||
|
||||
updateDisplayNames();
|
||||
}
|
||||
|
||||
void IosRunConfiguration::deviceChanges() {
|
||||
updateDisplayNames();
|
||||
updateEnabledState();
|
||||
|
Reference in New Issue
Block a user