newlines are like whitespace, so items don't run together
This commit is contained in:
Oswald Buddenhagen
2009-04-16 15:34:06 +02:00
parent c95b3eef37
commit 1356d8c20a

View File

@@ -346,6 +346,7 @@ bool ProFileEvaluator::Private::parseLine(const QString &line0)
m_contNextLine = escaped; m_contNextLine = escaped;
if (escaped) { if (escaped) {
m_proitem.chop(1); m_proitem.chop(1);
updateItem();
return true; return true;
} else { } else {
if (!m_syntaxError) { if (!m_syntaxError) {