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
Marco Bubke
flatpak-qt-creator
Commits
4ab3e05a
Commit
4ab3e05a
authored
Jul 16, 2010
by
Roberto Raggi
Browse files
Request a flush after processing a function definition.
parent
b96df669
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppchecksymbols.cpp
View file @
4ab3e05a
...
...
@@ -542,6 +542,8 @@ bool CheckSymbols::visit(FunctionDefinitionAST *ast)
}
_functionDefinitionStack
.
removeLast
();
flush
();
return
false
;
}
...
...
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