aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/environmentwidget.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-12-10 17:09:49 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-12-12 16:34:22 +0000
commit6e0d44b0ff8f554fba60ad1aa29c09a6a57bc57a (patch)
tree9aa1e7ac42baa1e64bf0760a22ff6eaf90de8d8a /src/plugins/projectexplorer/environmentwidget.h
parent0dbe6f8e3cf3371e27fd0e2d546cae0c2dcb6110 (diff)
ProjectExplorer: Let users provide project-specific environment
Add a new project panel where users can set environment variables for the current project in all configurations. Fixes: QTCREATORBUG-21862 Change-Id: Id98c7f1cf579927a8004a63172f193f943556f44 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/environmentwidget.h')
-rw-r--r--src/plugins/projectexplorer/environmentwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/environmentwidget.h b/src/plugins/projectexplorer/environmentwidget.h
index 2a7e84c024..d683d764ec 100644
--- a/src/plugins/projectexplorer/environmentwidget.h
+++ b/src/plugins/projectexplorer/environmentwidget.h
@@ -59,6 +59,8 @@ public:
using OpenTerminalFunc = std::function<void(const Utils::Environment &env)>;
void setOpenTerminalFunc(const OpenTerminalFunc &func);
+ void expand();
+
signals:
void userChangesChanged();
void detailsVisibleChanged(bool visible);