Rename: bool "uncommentNextLine" -> "commentOutNextLine"

This commit is contained in:
Alessandro Portale
2011-02-06 19:27:57 +01:00
parent 38edea5019
commit 661742711e
8 changed files with 16 additions and 15 deletions

View File

@@ -121,8 +121,9 @@ bool Html5App::adaptCurrentMainCppTemplateLine(QString &line) const
void Html5App::handleCurrentProFileTemplateLine(const QString &line,
QTextStream &proFileTemplate, QTextStream &proFile,
bool &uncommentNextLine) const
bool &commentOutNextLine) const
{
Q_UNUSED(commentOutNextLine)
if (line.contains(QLatin1String("# DEPLOYMENTFOLDERS"))) {
// Eat lines
QString nextLine;