forked from qt-creator/qt-creator
CppEditor: Clean up CppHoverHandler
Change-Id: I1ac54206ca2735c55c1468ddd4ab5f3106665f16 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -42,9 +42,6 @@ using namespace TextEditor;
|
||||
namespace CppEditor {
|
||||
namespace Internal {
|
||||
|
||||
CppHoverHandler::CppHoverHandler()
|
||||
{}
|
||||
|
||||
void CppHoverHandler::identifyMatch(TextEditorWidget *editorWidget, int pos)
|
||||
{
|
||||
if (!editorWidget->extraSelectionTooltip(pos).isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user