From 531288a7151a96758ffddefcf8de18bd2074d418 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Thu, 7 Jul 2022 20:44:24 +0200 Subject: CMakePM: Group CMake settings into one category page CMake settings were split in two places, which complicates things. Now they are both into one settings category, just like other build systems Qbs, Meson. Change-Id: I55f434d83604c9b3be111fc89014b720ee72b513 Reviewed-by: Reviewed-by: Alessandro Portale --- src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp') diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp index 86d97babfe..23d1f9703b 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp @@ -53,7 +53,7 @@ CMakeInputsNode::CMakeInputsNode(const Utils::FilePath &cmakeLists) : CMakeListsNode::CMakeListsNode(const Utils::FilePath &cmakeListPath) : ProjectExplorer::ProjectNode(cmakeListPath) { - setIcon(DirectoryIcon(Constants::FILE_OVERLAY_CMAKE)); + setIcon(DirectoryIcon(Constants::Icons::FILE_OVERLAY)); setListInProject(false); } -- cgit v1.2.1