forked from qt-creator/qt-creator
whoops - fix parsing of line continuations
This commit is contained in:
@@ -404,7 +404,7 @@ bool ProFileEvaluator::Private::parseLine(const QString &line)
|
||||
m_parens = parens;
|
||||
if (m_syntaxError)
|
||||
return false;
|
||||
if (escaped) {
|
||||
if (m_contNextLine) {
|
||||
--m_proitemPtr;
|
||||
updateItem();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user