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
3bc473c0
Commit
3bc473c0
authored
Jul 27, 2010
by
Erik Verbruggen
Browse files
Temporary fix to get at least some name back.
parent
b2659950
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/LookupContext.cpp
View file @
3bc473c0
...
...
@@ -164,6 +164,7 @@ const Name *LookupContext::minimalName(const Name *name,
Q_UNUSED
(
target
);
qWarning
()
<<
"TODO:"
<<
Q_FUNC_INFO
;
return
name
;
#if 0
Q_ASSERT(name);
...
...
@@ -197,7 +198,6 @@ const Name *LookupContext::minimalName(const Name *name,
else
return lastWorking;
#endif
return
0
;
}
...
...
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