aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/environmentaspectwidget.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2019-05-07 16:51:22 +0200
committerMarco Bubke <marco.bubke@qt.io>2019-06-13 16:51:48 +0000
commit4bae5de36b530bbef06ec7cb1fbfb7453fd59dc7 (patch)
treee8631b82915aef669fd63e6b0a72a1088185fa7e /src/plugins/projectexplorer/environmentaspectwidget.h
parentf636f06b458782289340a61e42e6bbc1e523f937 (diff)
Enable macro editing for the Clang indexer
Refactor much of the code from Environment* classes to NameValue* classes to share it with the preprocessor macro settings. Change-Id: Ica4ee817aa338230c422b30d91240d266248d226 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/environmentaspectwidget.h')
-rw-r--r--src/plugins/projectexplorer/environmentaspectwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/environmentaspectwidget.h b/src/plugins/projectexplorer/environmentaspectwidget.h
index 6ca8164f058..44acee2f616 100644
--- a/src/plugins/projectexplorer/environmentaspectwidget.h
+++ b/src/plugins/projectexplorer/environmentaspectwidget.h
@@ -61,7 +61,7 @@ private:
void baseEnvironmentSelected(int idx);
void changeBaseEnvironment();
void userChangesEdited();
- void changeUserChanges(QList<Utils::EnvironmentItem> changes);
+ void changeUserChanges(Utils::EnvironmentItems changes);
void environmentChanged();
EnvironmentAspect *m_aspect;