aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-01-25 17:08:14 +0100
committerhjk <hjk@qt.io>2024-01-26 12:44:53 +0000
commit7f061c723a7e96b988d7b9b56dea727c4ca6fd7b (patch)
tree94ae07dea8618623a7e7c80a14d691dcc6010b5c /src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
parente71d16ef90ebf5983ac657aae42d52991de923e7 (diff)
CppEditor: Move CppHeaderSource implementation and test to same files
... and remove the now-empty cppeditorplugin.h Change-Id: Ia28b180c280ba7b10ce0f2826f2ac69d128a453c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp')
-rw-r--r--src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
index 0c06f86783..d18e8dc391 100644
--- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
+++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
@@ -4,12 +4,9 @@
#include "followsymbol_switchmethoddecldef_test.h"
#include "cppcodemodelsettings.h"
-#include "cppeditorplugin.h"
#include "cppeditorwidget.h"
-#include "cppelementevaluator.h"
#include "cppfollowsymbolundercursor.h"
#include "cppmodelmanager.h"
-#include "cpptoolsreuse.h"
#include "cpptoolstestcase.h"
#include "cppvirtualfunctionassistprovider.h"
#include "cppvirtualfunctionproposalitem.h"