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

@@ -26,13 +26,13 @@
#include "cppquickfixes.h"
#include "baseeditordocumentprocessor.h"
#include "cppclassesfilter.h"
#include "cppcodestylesettings.h"
#include "cppeditorconstants.h"
#include "cppeditordocument.h"
#include "cppeditorwidget.h"
#include "cppfunctiondecldeflink.h"
#include "cppinsertvirtualmethods.h"
#include "cpplocatorfilter.h"
#include "cpppointerdeclarationformatter.h"
#include "cppquickfixassistant.h"
#include "cppquickfixprojectsettings.h"