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>
This commit is contained in:
hjk
2024-01-25 17:08:14 +01:00
parent e71d16ef90
commit 7f061c723a
19 changed files with 384 additions and 388 deletions

View File

@@ -40,7 +40,6 @@
#include <QVBoxLayout>
#ifdef WITH_TESTS
#include "cppeditorplugin.h"
#include "cppquickfix_test.h"
#include <QtTest>
#endif