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
45fb9726
Commit
45fb9726
authored
Jun 04, 2009
by
Roberto Raggi
Browse files
Add the type-template parameters.
parent
cd3022dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppmodelmanager.cpp
View file @
45fb9726
...
...
@@ -364,6 +364,14 @@ protected:
return
false
;
}
virtual
bool
visit
(
TypenameTypeParameterAST
*
ast
)
{
if
(
ast
->
name
)
addType
(
ast
->
name
->
name
);
return
true
;
}
virtual
bool
visit
(
NamedTypeSpecifierAST
*
ast
)
{
if
(
ast
->
name
)
{
...
...
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