aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runconfigurationaspects.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-04-24 16:08:10 +0200
committerhjk <hjk@qt.io>2018-04-25 05:43:36 +0000
commit63eca96f99396b45ea8cc7be13728af2d3d6cbcb (patch)
tree19ce61d6ac7654a4d24cbe41fe7805fe79b7c6b0 /src/plugins/projectexplorer/runconfigurationaspects.h
parent4317e350f5d51bfefbf08bc2c6f44c7821f1d382 (diff)
ProjectExplorer: Fix saving of modifiable ExecutableAspects
The settings key decides on saving, the underlying BaseStringAspect needs to know it. This only affected RemoteLinuxCustomRunConfig so far. Change-Id: Ic4af9fa752b0b1ae107779d88978495e511cf98c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/runconfigurationaspects.h')
-rw-r--r--src/plugins/projectexplorer/runconfigurationaspects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/runconfigurationaspects.h b/src/plugins/projectexplorer/runconfigurationaspects.h
index d8c84da265..2ba4cf916e 100644
--- a/src/plugins/projectexplorer/runconfigurationaspects.h
+++ b/src/plugins/projectexplorer/runconfigurationaspects.h
@@ -230,6 +230,7 @@ public:
Utils::FileName executable() const;
void setExecutable(const Utils::FileName &executable);
+ void setSettingsKey(const QString &key);
void makeOverridable(const QString &overridingKey, const QString &useOverridableKey);
void addToConfigurationLayout(QFormLayout *layout);
void setLabelText(const QString &labelText);