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;
if (escaped) {
m_proitem.chop(1);
updateItem();
return true;
} else {
if (!m_syntaxError) {