CppEditor: Put the locator filters into one file

These classes are strongly related, so no need to spread them around.

Change-Id: I4258b0c4198b3c650454ac734d7e52e09f46a4eb
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-02 14:40:13 +02:00
parent 4e7ee4687b
commit 0b86b455b0
14 changed files with 81 additions and 229 deletions

View File

@@ -28,9 +28,8 @@
#include "clangdclient.h"
#include "clangmodelmanagersupport.h"
#include <cppeditor/cppclassesfilter.h>
#include <cppeditor/cppeditorconstants.h>
#include <cppeditor/cppfunctionsfilter.h>
#include <cppeditor/cpplocatorfilter.h>
#include <cppeditor/cppmodelmanager.h>
#include <cppeditor/indexitem.h>
#include <languageclient/locatorfilter.h>