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
1f5d65e4
Commit
1f5d65e4
authored
Jan 24, 2010
by
Roberto Raggi
Browse files
Initialize Parser::depth
parent
dbc295a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/cplusplus/Parser.cpp
View file @
1f5d65e4
...
...
@@ -126,7 +126,8 @@ Parser::Parser(TranslationUnit *unit)
_qtMocRunEnabled
(
false
),
_objCEnabled
(
false
),
_inFunctionBody
(
false
),
_inObjCImplementationContext
(
false
)
_inObjCImplementationContext
(
false
),
depth
(
0
)
{
}
Parser
::~
Parser
()
...
...
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