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
20bfb331
Commit
20bfb331
authored
May 14, 2010
by
Roberto Raggi
Browse files
Removed deprecated code.
parent
a6006148
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/LookupContext.cpp
View file @
20bfb331
...
...
@@ -42,8 +42,6 @@
#include
<QtDebug>
//#define CPLUSPLUS_NO_LAZY_LOOKUP
using
namespace
CPlusPlus
;
static
void
fullyQualifiedName_helper
(
Symbol
*
symbol
,
QList
<
const
Name
*>
*
names
)
...
...
@@ -576,7 +574,6 @@ ClassOrNamespace *ClassOrNamespace::nestedClassOrNamespace(const Name *name) con
void
ClassOrNamespace
::
flush
()
{
#ifndef CPLUSPLUS_NO_LAZY_LOOKUP
if
(
!
_todo
.
isEmpty
())
{
const
QList
<
Symbol
*>
todo
=
_todo
;
_todo
.
clear
();
...
...
@@ -584,7 +581,6 @@ void ClassOrNamespace::flush()
foreach
(
Symbol
*
member
,
todo
)
_factory
->
process
(
member
,
this
);
}
#endif
}
void
ClassOrNamespace
::
addSymbol
(
Symbol
*
symbol
)
...
...
@@ -697,11 +693,7 @@ void CreateBindings::process(Symbol *s, ClassOrNamespace *classOrNamespace)
void
CreateBindings
::
process
(
Symbol
*
symbol
)
{
#ifndef CPLUSPLUS_NO_LAZY_LOOKUP
_currentClassOrNamespace
->
addTodo
(
symbol
);
#else
accept
(
symbol
);
#endif
}
Control
*
CreateBindings
::
control
()
const
...
...
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