summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerrunconfigurationaspect.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-11-09 16:06:19 +0100
committerhjk <hjk@qt.io>2017-11-10 15:09:59 +0000
commit5ca90a4a5e779f20f4c02c77efb24cdc9614f5fd (patch)
tree41888e5f3f765153a83e01a05dc2158cc9efaf92 /src/plugins/debugger/debuggerrunconfigurationaspect.cpp
parent7c26e3336fe28dc025ca41d2898fc186b6f21439 (diff)
downloadqt-creator-5ca90a4a5e779f20f4c02c77efb24cdc9614f5fd.tar.gz
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>
Diffstat (limited to 'src/plugins/debugger/debuggerrunconfigurationaspect.cpp')
-rw-r--r--src/plugins/debugger/debuggerrunconfigurationaspect.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/debugger/debuggerrunconfigurationaspect.cpp b/src/plugins/debugger/debuggerrunconfigurationaspect.cpp
index 8eff840de8..58263c97bb 100644
--- a/src/plugins/debugger/debuggerrunconfigurationaspect.cpp
+++ b/src/plugins/debugger/debuggerrunconfigurationaspect.cpp
@@ -330,10 +330,4 @@ void DebuggerRunConfigurationAspect::fromMap(const QVariantMap &map)
d.useMultiProcess = map.value(QLatin1String(USE_MULTIPROCESS_KEY), false).toBool();
}
-DebuggerRunConfigurationAspect *DebuggerRunConfigurationAspect::create
- (RunConfiguration *runConfiguration) const
-{
- return new DebuggerRunConfigurationAspect(runConfiguration);
-}
-
} // namespace Debugger