whoops - fix parsing of line continuations

This commit is contained in:
Oswald Buddenhagen
2009-07-16 17:36:48 +02:00
parent ac3e1c9862
commit 5e1a24f75b

View File

@@ -404,7 +404,7 @@ bool ProFileEvaluator::Private::parseLine(const QString &line)
m_parens = parens; m_parens = parens;
if (m_syntaxError) if (m_syntaxError)
return false; return false;
if (escaped) { if (m_contNextLine) {
--m_proitemPtr; --m_proitemPtr;
updateItem(); updateItem();
} else { } else {