Look at the working copy when searching for references.

This commit is contained in:
Roberto Raggi
2009-09-29 13:42:47 +02:00
parent 4bc4bd0f5d
commit 86e21bc255
3 changed files with 23 additions and 8 deletions

View File

@@ -742,7 +742,7 @@ void CppModelManager::removeEditorSupport(AbstractEditorSupport *editorSupport)
void CppModelManager::findReferences(CPlusPlus::Symbol *symbol)
{
if (symbol->identifier())
m_findReferences->findAll(snapshot(), symbol);
m_findReferences->findAll(symbol);
}
QMap<QString, QString> CppModelManager::buildWorkingCopyList()