aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runconfigurationaspects.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-12-18 13:51:08 +0100
committerhjk <hjk@theqtcompany.com>2015-12-18 13:48:42 +0000
commit9d18de611049f19dd8d30abfd2cd4486d6ac19db (patch)
tree6ff195c28a81c206020545e27704ab447630b311 /src/plugins/projectexplorer/runconfigurationaspects.h
parent1ec2796c9b88f815e00493639c9cf38a149d50d8 (diff)
ProjectExplorer: Avoid updates from the environment
... to the working directory widget if that's not present anymore. Change-Id: I242d128b0241735dc6cac84290c9cee66a989067 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/runconfigurationaspects.h')
-rw-r--r--src/plugins/projectexplorer/runconfigurationaspects.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/runconfigurationaspects.h b/src/plugins/projectexplorer/runconfigurationaspects.h
index d006c3581e..aa9fb94edc 100644
--- a/src/plugins/projectexplorer/runconfigurationaspects.h
+++ b/src/plugins/projectexplorer/runconfigurationaspects.h
@@ -103,7 +103,6 @@ private:
void toMap(QVariantMap &map) const override;
void resetPath();
- void updateEnvironment();
QString keyForDefaultWd() const;
QString m_workingDirectory;