aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-02-13 17:15:28 +0100
committerhjk <hjk@qt.io>2024-02-14 11:13:11 +0000
commit090fd0e5f5de4ccdf59eb3e520112f69bfd2ea0c (patch)
tree38246bd9c5337c5382d8c35438f051fb28d8f185 /src/plugins/projectexplorer
parent0d1831b4629a1ff062be22d66515a00857c75b82 (diff)
Utils: Merge NamesValueModel and EnvironmentModel (1/2)
The abstraction is nowhere used (anymore?) In order to keep the diff small, this here merges environmentmodel.{h,cpp} into namevaluemodel.{h,cpp} which will be renamed back to env* in a second step. Change-Id: I1e7c14012ec3d3f54d8557f4b737a59ede2283e7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/environmentwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/environmentwidget.cpp b/src/plugins/projectexplorer/environmentwidget.cpp
index 9a63d789ec..4331dbb06f 100644
--- a/src/plugins/projectexplorer/environmentwidget.cpp
+++ b/src/plugins/projectexplorer/environmentwidget.cpp
@@ -12,7 +12,7 @@
#include <utils/detailswidget.h>
#include <utils/environment.h>
#include <utils/environmentdialog.h>
-#include <utils/environmentmodel.h>
+#include <utils/namevaluemodel.h>
#include <utils/headerviewstretcher.h>
#include <utils/hostosinfo.h>
#include <utils/itemviews.h>