forked from qt-creator/qt-creator
CppEditor: refactor FollowSymbol
Create an interface to get the ability to use another FollowSymbol implementation Change-Id: I5802f62523ff3ee47b8a14e487adf43edcb6c9b1 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -386,12 +386,6 @@ CppEditorDocument::cursorInfo(const CppTools::CursorInfoParams ¶ms)
|
||||
return processor()->cursorInfo(params);
|
||||
}
|
||||
|
||||
QFuture<CppTools::SymbolInfo>
|
||||
CppEditorDocument::requestFollowSymbol(int line, int column, bool resolveTarget)
|
||||
{
|
||||
return processor()->requestFollowSymbol(line, column, resolveTarget);
|
||||
}
|
||||
|
||||
const MinimizableInfoBars &CppEditorDocument::minimizableInfoBars() const
|
||||
{
|
||||
return m_minimizableInfoBars;
|
||||
|
||||
Reference in New Issue
Block a user