aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2019-07-24 13:48:24 +0200
committerTobias Hunger <[email protected]>2019-07-24 14:58:13 +0000
commit979b0463e821d09afb77302fbe24bafa6e31a7de (patch)
treefcdd262b2d6a035759d183090fd12e4b376e8207 /src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
parentefc89ff60dd2432c53f6cbf6acf9e5a57f1487f3 (diff)
CMake: Split up cmake's locator filter
Split up CMake's locator filter into a part that contains all the logic to find targets and a part that handles the action. This is so that the code used to search for targets can be reused later. Change-Id: Ife6c9fe6a6f1955bedaa1b9298630c052e17c33f Reviewed-by: Cristian Adam <[email protected]> Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
index 4a1aa92694f..facbcaa9f62 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
@@ -75,7 +75,7 @@ public:
SimpleRunWorkerFactory<SimpleTargetRunner, CMakeRunConfiguration> runWorkerFactory;
CMakeBuildConfigurationFactory buildConfigFactory;
CMakeEditorFactory editorFactor;
- CMakeTargetLocatorFilter locatorFiler;
+ BuildCMakeTargetLocatorFilter buildCMakeTargetLocatorFiler;
CMakeKitAspect cmakeKitAspect;
CMakeGeneratorKitAspect cmakeGeneratorKitAspect;