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
Tobias Hunger
qt-creator
Commits
17367b3f
Commit
17367b3f
authored
Sep 22, 2010
by
Leandro Melo
Browse files
Tooltips and help ids: Look for qualified names first.
Task-number: QTCREATORBUG-2330
parent
cc219a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppelementevaluator.cpp
View file @
17367b3f
...
...
@@ -331,7 +331,7 @@ CppDeclarableElement::CppDeclarableElement(Symbol *declaration) : CppElement()
setLink
(
CPPEditor
::
linkToSymbol
(
declaration
));
QStringList
helpIds
;
helpIds
<<
m_
name
<<
m_
qualifiedName
;
helpIds
<<
m_qualifiedN
ame
<<
m_n
ame
;
setHelpIdCandidates
(
helpIds
);
setHelpMark
(
m_name
);
}
...
...
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