Skip to content
GitLab
Menu
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
2e7e4fc9
Commit
2e7e4fc9
authored
May 10, 2010
by
Roberto Raggi
Browse files
Skip friend class declarations.
parent
2023cf1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/LookupContext.cpp
View file @
2e7e4fc9
...
...
@@ -779,8 +779,11 @@ bool CreateBindings::visit(Class *klass)
bool
CreateBindings
::
visit
(
ForwardClassDeclaration
*
klass
)
{
ClassOrNamespace
*
previous
=
enterEntity
(
klass
);
_currentClassOrNamespace
=
previous
;
if
(
!
klass
->
isFriend
())
{
ClassOrNamespace
*
previous
=
enterEntity
(
klass
);
_currentClassOrNamespace
=
previous
;
}
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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