forked from qt-creator/qt-creator
TextEditor: Merge ITextEditor and BaseTextEditor
Adjust all callers, de-export BaseTextEditorAnimator Change-Id: I2329d976c1398e2449844bb480a4d4ed29859506 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -61,7 +61,7 @@ bool ProFileHoverHandler::acceptEditor(IEditor *editor)
|
||||
return false;
|
||||
}
|
||||
|
||||
void ProFileHoverHandler::identifyMatch(TextEditor::ITextEditor *editor, int pos)
|
||||
void ProFileHoverHandler::identifyMatch(TextEditor::BaseTextEditor *editor, int pos)
|
||||
{
|
||||
m_docFragment.clear();
|
||||
m_manualKind = UnknownManual;
|
||||
|
||||
Reference in New Issue
Block a user