Avoid warning about unused variable

This commit is contained in:
Thorbjørn Lindeijer
2011-02-09 17:09:03 +01:00
parent 6e3ef903d0
commit 8eb0bb7507

View File

@@ -138,6 +138,7 @@ void Html5App::handleCurrentProFileTemplateLine(const QString &line,
QTextStream &proFileTemplate, QTextStream &proFile, QTextStream &proFileTemplate, QTextStream &proFile,
bool &commentOutNextLine) const bool &commentOutNextLine) const
{ {
Q_UNUSED(proFile)
Q_UNUSED(commentOutNextLine) Q_UNUSED(commentOutNextLine)
if (line.contains(QLatin1String("# INCLUDE_DEPLOYMENT_PRI"))) { if (line.contains(QLatin1String("# INCLUDE_DEPLOYMENT_PRI"))) {
proFileTemplate.readLine(); // eats 'include(deployment.pri)' proFileTemplate.readLine(); // eats 'include(deployment.pri)'