forked from qt-creator/qt-creator
CppEditor: fix typo
Change-Id: I86abdc7ec79c86e8007a3e994627ab0e51b3ff48 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -1415,7 +1415,7 @@ CPPEditorWidget::Link CPPEditorWidget::findLinkAt(const QTextCursor &cursor, boo
|
||||
|
||||
const Snapshot &snapshot = m_modelManager->snapshot();
|
||||
|
||||
// Try to macth decl/def. For this we need the semantic doc with the AST.
|
||||
// Try to match decl/def. For this we need the semantic doc with the AST.
|
||||
if (m_lastSemanticInfo.doc
|
||||
&& m_lastSemanticInfo.doc->translationUnit()
|
||||
&& m_lastSemanticInfo.doc->translationUnit()->ast()) {
|
||||
|
||||
Reference in New Issue
Block a user