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
a14016bf
Commit
a14016bf
authored
Aug 11, 2010
by
Roberto Raggi
Browse files
Process the template symbol.
parent
41b4af05
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/LookupContext.cpp
View file @
a14016bf
...
...
@@ -790,6 +790,9 @@ ClassOrNamespace *CreateBindings::enterGlobalClassOrNamespace(Symbol *symbol)
bool
CreateBindings
::
visit
(
Template
*
templ
)
{
if
(
Symbol
*
d
=
templ
->
declaration
())
accept
(
d
);
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