aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxrunconfiguration.h
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/remotelinux/remotelinuxrunconfiguration.h
parent7c26e3336fe28dc025ca41d2898fc186b6f21439 (diff)
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/remotelinux/remotelinuxrunconfiguration.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxrunconfiguration.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfiguration.h b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
index b4ef39a737..9371eba983 100644
--- a/src/plugins/remotelinux/remotelinuxrunconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
@@ -75,7 +75,6 @@ signals:
protected:
void initialize(Core::Id id, const QString &targetName);
- void copyFrom(const RemoteLinuxRunConfiguration *source);
bool fromMap(const QVariantMap &map) override;
QString defaultDisplayName();