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
Tobias Hunger
qt-creator
Commits
a478f3d2
Commit
a478f3d2
authored
Aug 12, 2010
by
Roberto Raggi
Browse files
Renamed the local declaration of FindLocalSymbols.
parent
4deb7d05
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cpplocalsymbols.cpp
View file @
a478f3d2
...
...
@@ -253,9 +253,9 @@ private:
LocalSymbols
::
LocalSymbols
(
CPlusPlus
::
Document
::
Ptr
doc
,
CPlusPlus
::
DeclarationAST
*
ast
)
{
FindLocalSymbols
F
indLocalSymbols
(
doc
);
F
indLocalSymbols
(
ast
);
hasD
=
F
indLocalSymbols
.
hasD
;
hasQ
=
F
indLocalSymbols
.
hasQ
;
uses
=
F
indLocalSymbols
.
localUses
;
FindLocalSymbols
f
indLocalSymbols
(
doc
);
f
indLocalSymbols
(
ast
);
hasD
=
f
indLocalSymbols
.
hasD
;
hasQ
=
f
indLocalSymbols
.
hasQ
;
uses
=
f
indLocalSymbols
.
localUses
;
}
Write
Preview
Markdown
is supported
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