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
9381a3e7
Commit
9381a3e7
authored
May 12, 2010
by
Roberto Raggi
Browse files
Look for symbols in the base class implementation.
parent
60f76c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/LookupContext.cpp
View file @
9381a3e7
...
...
@@ -282,6 +282,9 @@ QList<Enum *> ClassOrNamespace::enums() const
QList
<
Symbol
*>
ClassOrNamespace
::
symbols
()
const
{
if
(
_templateId
&&
!
_usings
.
isEmpty
())
return
_usings
.
first
()
->
symbols
();
// ask to the base implementation
const_cast
<
ClassOrNamespace
*>
(
this
)
->
flush
();
return
_symbols
;
}
...
...
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