preprocessor: make Preprocessor::preprocess private

Change-Id: Ic81e3ebec1b42ae0698a340ee7e1c711225c1162
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-19 10:15:52 +02:00
committed by hjk
parent 64565e795a
commit 538901d441
2 changed files with 5 additions and 6 deletions

View File

@@ -204,8 +204,7 @@ public:
{
QByteArray src = loadSource(fileName);
QVERIFY(!src.isEmpty());
m_pp.preprocess(fileName, src, m_output, nolines, true, false);
*m_output = m_pp(fileName, src, nolines, true);
}
QList<Block> skippedBlocks() const