aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/environment.h')
-rw-r--r--src/libs/utils/environment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/utils/environment.h b/src/libs/utils/environment.h
index 4803dda2a5..43a4ded9be 100644
--- a/src/libs/utils/environment.h
+++ b/src/libs/utils/environment.h
@@ -139,6 +139,8 @@ public:
bool operator!=(const Environment &other) const;
bool operator==(const Environment &other) const;
+ static void modifySystemEnvironment(const QList<EnvironmentItem> &list); // use with care!!!
+
private:
FileName searchInDirectory(const QStringList &execs, const FileName &directory,
QSet<FileName> &alreadyChecked) const;