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;
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user