Renamed CppRefactoringChanges::parsedDocumentForFile().

This commit is contained in:
Roberto Raggi
2010-06-22 10:36:28 +02:00
parent eb749ec3a2
commit 27f6b2ceb5
5 changed files with 16 additions and 20 deletions

View File

@@ -103,7 +103,7 @@ QStringList RefactoringChanges::apply()
}
QTextCursor changeSetCursor = editor->textCursor();
Utils::ChangeSet changeSet = m_changesByFile[fileName];
Utils::ChangeSet changeSet = m_changesByFile.value(fileName);
changeSet.apply(&changeSetCursor);
foreach (const CursorPair &cursorPair, cursorPairs) {