forked from qt-creator/qt-creator
less convoluted
This commit is contained in:
@@ -351,10 +351,10 @@ bool ProFileEvaluator::Private::parseLine(const QString &line0)
|
|||||||
} else {
|
} else {
|
||||||
if (!m_syntaxError) {
|
if (!m_syntaxError) {
|
||||||
updateItem();
|
updateItem();
|
||||||
if (!m_contNextLine)
|
finalizeBlock();
|
||||||
finalizeBlock();
|
return true;
|
||||||
}
|
}
|
||||||
return !m_syntaxError;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user