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
cdc7f032
Commit
cdc7f032
authored
Jun 25, 2009
by
Roberto Raggi
Browse files
Visit the new expressions when search for uses.
parent
c6968d95
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
cdc7f032
...
...
@@ -287,13 +287,6 @@ protected:
return
false
;
}
virtual
bool
visit
(
NewExpressionAST
*
ast
)
{
accept
(
ast
->
new_placement
);
accept
(
ast
->
new_initializer
);
return
false
;
}
virtual
bool
visit
(
ElaboratedTypeSpecifierAST
*
)
{
// ### template args
...
...
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