Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
923db1ce
Commit
923db1ce
authored
Apr 16, 2009
by
Oswald Buddenhagen
Browse files
less convoluted
parent
1356d8c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.cpp
View file @
923db1ce
...
...
@@ -351,10 +351,10 @@ bool ProFileEvaluator::Private::parseLine(const QString &line0)
}
else
{
if
(
!
m_syntaxError
)
{
updateItem
();
if
(
!
m_contNextLine
)
finalizeBlock
()
;
finalizeBlock
();
return
true
;
}
return
!
m_syntaxError
;
return
false
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment