forked from qt-creator/qt-creator
[C++] Always output a #line as first line of the pp output.
Change-Id: I60d25109ae8fe3628b1899078a21010263787c33 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
@@ -56,6 +56,7 @@ QByteArray FastPreprocessor::run(QString fileName, const QString &source)
|
||||
}
|
||||
|
||||
const QByteArray preprocessed = _preproc(fileName, source);
|
||||
// qDebug("FastPreprocessor::run for %s produced [[%s]]", fileName.toUtf8().constData(), preprocessed.constData());
|
||||
return preprocessed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user