forked from qt-creator/qt-creator
		
	preprocessor: rename operator() into run.
Easier to follow. Change-Id: I6da1ca862ddb7048a6d16bf5e6ea18d6b2cfc7f8 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		@@ -623,7 +623,7 @@ void CppPreprocessor::sourceNeeded(QString &fileName, IncludeType type, unsigned
 | 
			
		||||
 | 
			
		||||
    Document::Ptr previousDoc = switchDocument(doc);
 | 
			
		||||
 | 
			
		||||
    const QByteArray preprocessedCode = preprocess(fileName, contents);
 | 
			
		||||
    const QByteArray preprocessedCode = preprocess.run(fileName, contents);
 | 
			
		||||
 | 
			
		||||
//    { QByteArray b(preprocessedCode); b.replace("\n", "<<<\n"); qDebug("Preprocessed code for \"%s\": [[%s]]", fileName.toUtf8().constData(), b.constData()); }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user