CppEditor: Move CppHoverHandler to its only point of use

No need to compile an extra translation unit for this.

Change-Id: Ie21346700818ccadab864b77f13f167bd27a457a
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-02 07:56:27 +02:00
parent 0a7aca5a71
commit 1d88a65747
8 changed files with 46 additions and 126 deletions

View File

@@ -26,7 +26,6 @@
#pragma once
#include <cppeditor/baseeditordocumentprocessor.h>
#include <cppeditor/cpphoverhandler.h>
#include <texteditor/basehoverhandler.h>
namespace ClangCodeModel {