C++: Rename source/setSource to utf8Source/setUtf8Source

Continuinng a previous commit... This is in order to make
the interface clearer.

Change-Id: Ic1b05217f878578bc84a064927507b75981c47d6
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
Leandro Melo
2012-01-12 17:53:56 +01:00
parent 40810e7596
commit c287d90604
16 changed files with 57 additions and 57 deletions

View File

@@ -589,7 +589,7 @@ void CppPreprocessor::sourceNeeded(QString &fileName, IncludeType type, unsigned
const QByteArray preprocessedCode = preprocess(fileName, contents);
doc->setSource(preprocessedCode);
doc->setUtf8Source(preprocessedCode);
doc->keepSourceAndAST();
doc->tokenize();