forked from qt-creator/qt-creator
whoops
newlines are like whitespace, so items don't run together
This commit is contained in:
@@ -346,6 +346,7 @@ bool ProFileEvaluator::Private::parseLine(const QString &line0)
|
|||||||
m_contNextLine = escaped;
|
m_contNextLine = escaped;
|
||||||
if (escaped) {
|
if (escaped) {
|
||||||
m_proitem.chop(1);
|
m_proitem.chop(1);
|
||||||
|
updateItem();
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
if (!m_syntaxError) {
|
if (!m_syntaxError) {
|
||||||
|
Reference in New Issue
Block a user