summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-07-24 13:44:17 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-07-24 14:57:59 +0000
commitefc89ff60dd2432c53f6cbf6acf9e5a57f1487f3 (patch)
tree6abb97139c6ff0eb2916517596f6f0c07e46c1dc /src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
parent69b3d90683f3fbcb297857743ae13d669b8c3840 (diff)
downloadqt-creator-efc89ff60dd2432c53f6cbf6acf9e5a57f1487f3.tar.gz
CMake: Rename CMakeLocatorFilter to CMakeTargetLocatorFilter
Make virtual function implementations final while touching the file. Change-Id: I94c44ee3efbc9beb39789dd198ee607791a9a44d Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
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 53825f4d7c..4a1aa92694 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;