aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/localenvironmentaspect.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-07-26 09:23:57 +0200
committerhjk <hjk@qt.io>2019-07-26 12:05:52 +0000
commita6c85993ba324def14c4e306d940df4d0a47da30 (patch)
treec8ea2cb8a3450cfa2788544a5d90e27f96f709ef /src/plugins/projectexplorer/localenvironmentaspect.h
parentf940aad53cb994bdb39444fddb1f40859380e371 (diff)
ProjectExplorer: Propagate build environment changes more directly
To check this still works I used a CustomRunConfiguration with a executable name $AAA, the tooltip there tries to expand that (and complains that $AAA is not an executable). By inserting a AAA=/bin/ls in the build environment, the tool tip on the run config exectable path chooser changes appropriately, same for changing the AAA value. The connection seems also needed, dropping it destroys that updating. Change-Id: I28965cbd3ce530a83d98808ca7624a6799cd9800 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/localenvironmentaspect.h')
-rw-r--r--src/plugins/projectexplorer/localenvironmentaspect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/localenvironmentaspect.h b/src/plugins/projectexplorer/localenvironmentaspect.h
index 05653899b2..b1e4d5fd55 100644
--- a/src/plugins/projectexplorer/localenvironmentaspect.h
+++ b/src/plugins/projectexplorer/localenvironmentaspect.h
@@ -35,8 +35,6 @@ class PROJECTEXPLORER_EXPORT LocalEnvironmentAspect : public EnvironmentAspect
public:
explicit LocalEnvironmentAspect(Target *parent);
-
- void buildEnvironmentHasChanged();
};
} // namespace ProjectExplorer