diff --git a/src/plugins/cppeditor/cppeditor.cpp b/src/plugins/cppeditor/cppeditor.cpp index 15d2a2c40ad..bf323e1b9fb 100644 --- a/src/plugins/cppeditor/cppeditor.cpp +++ b/src/plugins/cppeditor/cppeditor.cpp @@ -1245,7 +1245,7 @@ CPPEditorWidget::Link CPPEditorWidget::findLinkAt(const QTextCursor &cursor, boo return Link(); FollowSymbolUnderCursor followSymbolUnderCursor(this, cursor, resolveTarget, - m_modelManager->snapshot(), m_lastSemanticInfo.doc, symbolFinder); + m_modelManager->snapshot(), m_lastSemanticInfo.doc, symbolFinder()); return followSymbolUnderCursor.findLink(); }