aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2019-07-24 13:44:17 +0200
committerTobias Hunger <[email protected]>2019-07-24 14:57:59 +0000
commitefc89ff60dd2432c53f6cbf6acf9e5a57f1487f3 (patch)
tree6abb97139c6ff0eb2916517596f6f0c07e46c1dc /src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
parent69b3d90683f3fbcb297857743ae13d669b8c3840 (diff)
CMake: Rename CMakeLocatorFilter to CMakeTargetLocatorFilter
Make virtual function implementations final while touching the file. Change-Id: I94c44ee3efbc9beb39789dd198ee607791a9a44d 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 53825f4d7c1..4a1aa92694f 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;
- CMakeLocatorFilter locatorFiler;
+ CMakeTargetLocatorFilter locatorFiler;
CMakeKitAspect cmakeKitAspect;
CMakeGeneratorKitAspect cmakeGeneratorKitAspect;