Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
167a09b2
Commit
167a09b2
authored
May 12, 2009
by
Oswald Buddenhagen
Browse files
remove totally pointless conditional
parent
9943ec7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.cpp
View file @
167a09b2
...
...
@@ -2066,7 +2066,7 @@ bool ProFileEvaluator::Private::evaluateFile(const QString &fileName, bool *resu
ProFile
*
pro
=
q
->
parsedProFile
(
fileName
);
if
(
pro
)
{
m_profileStack
.
push
(
pro
);
ok
=
(
currentProFile
()
?
pro
->
Accept
(
this
)
:
false
)
;
ok
=
pro
->
Accept
(
this
);
m_profileStack
.
pop
();
q
->
releaseParsedProFile
(
pro
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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